Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Tooling/Refactoring/
H A DLookup.h24 class NestedNameSpecifier; variable
/llvm-project-15.0.7/clang/include/clang/AST/
H A DODRHash.h30 class NestedNameSpecifier; variable
H A DNestedNameSpecifier.h106 NestedNameSpecifier() : Prefix(nullptr, StoredIdentifier) {} in NestedNameSpecifier() function
H A DTemplateName.h32 class NestedNameSpecifier; variable
H A DASTContext.h210 friend class NestedNameSpecifier; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h216 NestedNameSpecifier; member
H A DASTMatchers.h7279 internal::Matcher<NestedNameSpecifier>, InnerMatcher) { in AST_MATCHER_P()
7450 AST_MATCHER_P(NestedNameSpecifier, specifiesType, in AST_MATCHER_P() argument
7520 AST_MATCHER_P(NestedNameSpecifier, specifiesNamespace, in AST_MATCHER_P() argument
/llvm-project-15.0.7/clang/include/clang/Tooling/Syntax/
H A DNodes.h118 NestedNameSpecifier() : List(NodeKind::NestedNameSpecifier) {} in NestedNameSpecifier() function
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DTypoCorrection.h38 class NestedNameSpecifier; variable
H A DCodeCompleteConsumer.h46 class NestedNameSpecifier; variable
/llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp38 NestedNameSpecifierLoc NestedNameSpecifier = in startLocationForType() local
568 NestedNameSpecifierLoc NestedNameSpecifier = in run() local
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DFindTargetTests.cpp330 TEST_F(TargetDeclTest, NestedNameSpecifier) { in TEST_F() argument
/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp114 NestedNameSpecifierLoc NestedNameSpecifier = in StartLocationForType() local
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DDumpAST.cpp386 bool TraverseNestedNameSpecifier(NestedNameSpecifier *) { return true; } in TraverseNestedNameSpecifier() argument
H A DSelection.cpp693 bool TraverseNestedNameSpecifier(NestedNameSpecifier *) { return true; } in TraverseNestedNameSpecifier() argument
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1879 TEST_P(ASTMatchersTest, NestedNameSpecifier) { in TEST_P() argument