Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DLookup.h24 class NestedNameSpecifier; variable
/netbsd-src/external/apache2/llvm/dist/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.h189 friend class NestedNameSpecifier; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h215 NestedNameSpecifier; member
H A DASTMatchers.h6888 internal::Matcher<NestedNameSpecifier>, InnerMatcher) { in AST_MATCHER_P()
7047 AST_MATCHER_P(NestedNameSpecifier, specifiesType, in AST_MATCHER_P() argument
7117 AST_MATCHER_P(NestedNameSpecifier, specifiesNamespace, in AST_MATCHER_P() argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DNodes.h123 NestedNameSpecifier() : List(NodeKind::NestedNameSpecifier) {} in NestedNameSpecifier() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTypoCorrection.h38 class NestedNameSpecifier; variable
H A DCodeCompleteConsumer.h46 class NestedNameSpecifier; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp114 NestedNameSpecifierLoc NestedNameSpecifier = in StartLocationForType() local