Home
last modified time | relevance | path

Searched refs:NestedName (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DUnusedAliasDeclsCheck.cpp39 if (const auto *NestedName = in check() local
41 if (const auto *AliasDecl = NestedName->getAsNamespaceAlias()) { in check()
/llvm-project-15.0.7/llvm/lib/Demangle/
H A DItaniumDemangle.cpp455 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()
/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DItaniumNodes.def38 NODE(NestedName)
H A DItaniumDemangle.h971 struct NestedName : Node { struct
975 NestedName(Node *Qual_, Node *Name_) in NestedName() argument
2803 Result = make<NestedName>(Scope, Result); in parseUnqualifiedName()
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DItaniumNodes.def38 NODE(NestedName)
H A DItaniumDemangle.h971 struct NestedName : Node { struct
975 NestedName(Node *Qual_, Node *Name_) in NestedName() argument
2803 Result = make<NestedName>(Scope, Result); in parseUnqualifiedName()
/llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp787 llvm::StringRef NestedName = Lexer::getSourceText( in replaceQualifiedSymbolInDeclContext() local
866 if ((NestedName == ReplaceName && !Conflict) || in replaceQualifiedSymbolInDeclContext()
867 (NestedName.startswith("::") && NestedName.drop_front(2) == ReplaceName)) in replaceQualifiedSymbolInDeclContext()
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-include-fixer/
H A DIncludeFixerTest.cpp171 TEST(IncludeFixer, NestedName) { in TEST() argument