Searched refs:NestedName (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/misc/ |
D | UnusedAliasDeclsCheck.cpp | 39 if (const auto *NestedName = in check() local 41 if (const auto *AliasDecl = NestedName->getAsNamespaceAlias()) { in check()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
D | ItaniumDemangle.cpp | 415 Name = static_cast<const NestedName *>(Name)->Name; in getFunctionBaseName() 457 static_cast<const NestedName *>(Name)->Qual->print(S); in getFunctionDeclContextName() 555 N = static_cast<const NestedName *>(N)->Name; in isCtorOrDtor()
|
/external/llvm-project/llvm/lib/Demangle/ |
D | ItaniumDemangle.cpp | 413 Name = static_cast<const NestedName *>(Name)->Name; in getFunctionBaseName() 455 static_cast<const NestedName *>(Name)->Qual->print(S); in getFunctionDeclContextName() 553 N = static_cast<const NestedName *>(N)->Name; in isCtorOrDtor()
|
/external/llvm-project/clang-tools-extra/clang-change-namespace/ |
D | ChangeNamespace.cpp | 787 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()
|
/external/llvm-project/clang-tools-extra/unittests/clang-include-fixer/ |
D | IncludeFixerTest.cpp | 171 TEST(IncludeFixer, NestedName) { in TEST() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ItaniumManglingCanonicalizer.cpp | 207 return Self.makeNode<itanium_demangle::NestedName>(StdNamespace, Child); in make()
|
/external/llvm-project/llvm/lib/Support/ |
D | ItaniumManglingCanonicalizer.cpp | 202 return Self.makeNode<itanium_demangle::NestedName>(StdNamespace, Child); in make()
|
/external/libcxxabi/src/demangle/ |
D | ItaniumDemangle.h | 58 X(NestedName) \ 875 struct NestedName : Node { struct 879 NestedName(Node *Qual_, Node *Name_) in NestedName() argument 2879 if (SoFar) SoFar = make<NestedName>(SoFar, Comp); in parseNestedName()
|
/external/llvm-project/libcxxabi/src/demangle/ |
D | ItaniumDemangle.h | 56 X(NestedName) \ 845 struct NestedName : Node { struct 849 NestedName(Node *Qual_, Node *Name_) in NestedName() argument 3174 if (SoFar) SoFar = make<NestedName>(SoFar, Comp); in parseNestedName()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | ItaniumDemangle.h | 56 X(NestedName) \ 843 struct NestedName : Node { struct 847 NestedName(Node *Qual_, Node *Name_) in NestedName() argument 3110 if (SoFar) SoFar = make<NestedName>(SoFar, Comp); in parseNestedName()
|
/external/llvm-project/llvm/include/llvm/Demangle/ |
D | ItaniumDemangle.h | 56 X(NestedName) \ 845 struct NestedName : Node { struct 849 NestedName(Node *Qual_, Node *Name_) in NestedName() argument 3174 if (SoFar) SoFar = make<NestedName>(SoFar, Comp); in parseNestedName()
|