Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DUnusedAliasDeclsCheck.cpp39 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/
DItaniumDemangle.cpp415 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/
DItaniumDemangle.cpp413 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/
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()
/external/llvm-project/clang-tools-extra/unittests/clang-include-fixer/
DIncludeFixerTest.cpp171 TEST(IncludeFixer, NestedName) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DItaniumManglingCanonicalizer.cpp207 return Self.makeNode<itanium_demangle::NestedName>(StdNamespace, Child); in make()
/external/llvm-project/llvm/lib/Support/
DItaniumManglingCanonicalizer.cpp202 return Self.makeNode<itanium_demangle::NestedName>(StdNamespace, Child); in make()
/external/libcxxabi/src/demangle/
DItaniumDemangle.h58 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/
DItaniumDemangle.h56 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/
DItaniumDemangle.h56 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/
DItaniumDemangle.h56 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()