Searched refs:NestedName (Results 1 – 8 of 8) sorted by relevance
39 if (const auto *NestedName = in check() local41 if (const auto *AliasDecl = NestedName->getAsNamespaceAlias()) { in check()
455 Name = static_cast<const NestedName *>(Name)->Name; in getFunctionBaseName()497 static_cast<const NestedName *>(Name)->Qual->print(OB); in getFunctionDeclContextName()595 N = static_cast<const NestedName *>(N)->Name; in isCtorOrDtor()
38 NODE(NestedName)
971 struct NestedName : Node { struct975 NestedName(Node *Qual_, Node *Name_) in NestedName() argument2803 Result = make<NestedName>(Scope, Result); in parseUnqualifiedName()
787 llvm::StringRef NestedName = Lexer::getSourceText( in replaceQualifiedSymbolInDeclContext() local866 if ((NestedName == ReplaceName && !Conflict) || in replaceQualifiedSymbolInDeclContext()867 (NestedName.startswith("::") && NestedName.drop_front(2) == ReplaceName)) in replaceQualifiedSymbolInDeclContext()
171 TEST(IncludeFixer, NestedName) { in TEST() argument