Searched refs:ScopedName (Results 1 – 3 of 3) sorted by relevance
429 class ScopedName {433 ScopedName(unsigned Scope, StringRef Identifier) in ScopedName() function442 bool operator==(const ScopedName &o) const;443 bool operator!=(const ScopedName &o) const;656 std::vector<ScopedName> NamesAsPredicateArg;688 const std::vector<ScopedName> &getNamesAsPredicateArg() const { in getNamesAsPredicateArg()691 void setNamesAsPredicateArg(const std::vector<ScopedName>& Names) { in setNamesAsPredicateArg()694 void addNameAsPredicateArg(const ScopedName &N) { in addNameAsPredicateArg()
912 bool ScopedName::operator==(const ScopedName &o) const { in operator ==()916 bool ScopedName::operator!=(const ScopedName &o) const { in operator !=()1982 for (const ScopedName &Name : NamesAsPredicateArg) in print()2190 Child->addNameAsPredicateArg(ScopedName(Scope, Frag->getArgName(i))); in InlinePatternFragments()
525 for (const ScopedName &Name : N->getNamesAsPredicateArg()) { in EmitMatchCode()