Lines Matching refs:Symbol
496 std::ostream& operator<<(std::ostream& out, const Attribute::Symbol& s) { in operator <<()
524 std::vector<const Symbol*> sorted_a; in Equals()
526 add_pointer<const Symbol>); in Equals()
527 std::sort(sorted_a.begin(), sorted_a.end(), [](const Symbol* a, const Symbol* b) -> bool { in Equals()
531 std::vector<const Symbol*> sorted_b; in Equals()
533 add_pointer<const Symbol>); in Equals()
534 std::sort(sorted_b.begin(), sorted_b.end(), [](const Symbol* a, const Symbol* b) -> bool { in Equals()
539 [](const Symbol* a, const Symbol* b) -> bool { in Equals()
751 for (const Symbol& s : symbols) { in Matches()
768 for (const Symbol& s : symbols) { in Matches()
1128 for (const Attribute::Symbol& s : value->symbols) { in TransformDerived()
1129 new_value->symbols.emplace_back(Attribute::Symbol{ in TransformDerived()