Searched refs:ScopedName (Results 1 – 3 of 3) sorted by relevance
424 class ScopedName {428 ScopedName(unsigned Scope, StringRef Identifier) in ScopedName() function437 bool operator==(const ScopedName &o) const;438 bool operator!=(const ScopedName &o) const;648 std::vector<ScopedName> NamesAsPredicateArg;680 const std::vector<ScopedName> &getNamesAsPredicateArg() const { in getNamesAsPredicateArg()683 void setNamesAsPredicateArg(const std::vector<ScopedName>& Names) { in setNamesAsPredicateArg()686 void addNameAsPredicateArg(const ScopedName &N) { in addNameAsPredicateArg()
873 bool ScopedName::operator==(const ScopedName &o) const { in operator ==()877 bool ScopedName::operator!=(const ScopedName &o) const { in operator !=()1926 for (const ScopedName &Name : NamesAsPredicateArg) in print()2134 Child->addNameAsPredicateArg(ScopedName(Scope, Frag->getArgName(i))); in InlinePatternFragments()
524 for (const ScopedName &Name : N->getNamesAsPredicateArg()) { in EmitMatchCode()