Searched defs:NestedName (Results 1 – 5 of 5) sorted by relevance
39 if (const auto *NestedName = in check() local
171 TEST(IncludeFixer, NestedName) { in TEST() argument
971 struct NestedName : Node { struct975 NestedName(Node *Qual_, Node *Name_) in NestedName() argument978 template<typename Fn> void match(Fn F) const { F(Qual, Name); } in match()980 StringView getBaseName() const override { return Name->getBaseName(); } in getBaseName()982 void printLeft(OutputBuffer &OB) const override { in printLeft()
787 llvm::StringRef NestedName = Lexer::getSourceText( in replaceQualifiedSymbolInDeclContext() local