Home
last modified time | relevance | path

Searched defs:NestedName (Results 1 – 5 of 5) 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
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-include-fixer/
H A DIncludeFixerTest.cpp171 TEST(IncludeFixer, NestedName) { in TEST() argument
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h971 struct NestedName : Node { struct
975 NestedName(Node *Qual_, Node *Name_) in NestedName() argument
978 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()
/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DItaniumDemangle.h971 struct NestedName : Node { struct
975 NestedName(Node *Qual_, Node *Name_) in NestedName() argument
978 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()
/llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp787 llvm::StringRef NestedName = Lexer::getSourceText( in replaceQualifiedSymbolInDeclContext() local