Lines Matching refs:Symbol
513 std::ostream& operator<<(std::ostream& out, const Attribute::Symbol& s) { in operator <<()
541 std::vector<const Symbol*> sorted_a; in Equals()
543 add_pointer<const Symbol>); in Equals()
544 std::sort(sorted_a.begin(), sorted_a.end(), [](const Symbol* a, const Symbol* b) -> bool { in Equals()
548 std::vector<const Symbol*> sorted_b; in Equals()
550 add_pointer<const Symbol>); in Equals()
551 std::sort(sorted_b.begin(), sorted_b.end(), [](const Symbol* a, const Symbol* b) -> bool { in Equals()
556 [](const Symbol* a, const Symbol* b) -> bool { in Equals()
768 for (const Symbol& s : symbols) { in Matches()
785 for (const Symbol& s : symbols) { in Matches()
1145 for (const Attribute::Symbol& s : value->symbols) { in TransformDerived()
1146 new_value->symbols.emplace_back(Attribute::Symbol{ in TransformDerived()