Home
last modified time | relevance | path

Searched defs:NestedNameSpecifier (Results 1 – 16 of 16) sorted by relevance

/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DLookup.h24 class NestedNameSpecifier; variable
/llvm-project/clang/include/clang/AST/
H A DODRHash.h31 class NestedNameSpecifier; variable
H A DNestedNameSpecifier.h106 NestedNameSpecifier() : Prefix(nullptr, StoredIdentifier) {} in NestedNameSpecifier() function
H A DTemplateName.h33 class NestedNameSpecifier; variable
[all...]
H A DASTContext.h81 class NestedNameSpecifier; global() variable
187 friend class NestedNameSpecifier; global() variable
[all...]
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h217 NestedNameSpecifier; member
H A DASTMatchers.h7582 AST_MATCHER_P(ElaboratedType,hasQualifier,internal::Matcher<NestedNameSpecifier>,InnerMatcher) AST_MATCHER_P() argument
7753 AST_MATCHER_P(NestedNameSpecifier,specifiesType,internal::Matcher<QualType>,InnerMatcher) AST_MATCHER_P() argument
7823 AST_MATCHER_P(NestedNameSpecifier,specifiesNamespace,internal::Matcher<NamespaceDecl>,InnerMatcher) AST_MATCHER_P() argument
[all...]
/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h118 NestedNameSpecifier() : List(NodeKind::NestedNameSpecifier) {} in NestedNameSpecifier() function
/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h38 class NestedNameSpecifier; variable
H A DCodeCompleteConsumer.h45 class NestedNameSpecifier; variable
/llvm-project/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp38 NestedNameSpecifierLoc NestedNameSpecifier = in startLocationForType() local
568 NestedNameSpecifierLoc NestedNameSpecifier = in run() local
/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp114 NestedNameSpecifierLoc NestedNameSpecifier = in StartLocationForType() local
/llvm-project/clang-tools-extra/clangd/
H A DDumpAST.cpp400 TraverseNestedNameSpecifier(NestedNameSpecifier *) TraverseNestedNameSpecifier() argument
H A DSelection.cpp701 bool TraverseNestedNameSpecifier(NestedNameSpecifier *) { return true; } in TraverseNestedNameSpecifier() argument
/llvm-project/clang-tools-extra/clangd/unittests/
H A DFindTargetTests.cpp345 TEST_F(TargetDeclTest, NestedNameSpecifier) { in TEST_F() argument
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1934 TEST_P(ASTMatchersTest,NestedNameSpecifier) TEST_P() argument