Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DLookup.h24 class NestedNameSpecifier; variable
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DODRHash.h31 class NestedNameSpecifier; variable
H A DNestedNameSpecifier.h101 NestedNameSpecifier() : Prefix(nullptr, StoredIdentifier) {} in NestedNameSpecifier() function
H A DTemplateName.h35 class NestedNameSpecifier; variable
H A DASTContext.h83 class NestedNameSpecifier; variable
189 friend class NestedNameSpecifier; variable
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h217 NestedNameSpecifier; member
H A DASTMatchers.h7631 internal::Matcher<NestedNameSpecifier>, InnerMatcher) { in AST_MATCHER_P()
7824 AST_MATCHER_P(NestedNameSpecifier, specifiesType, in AST_MATCHER_P() argument
7894 AST_MATCHER_P(NestedNameSpecifier, specifiesNamespace, in AST_MATCHER_P() argument
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h118 NestedNameSpecifier() : List(NodeKind::NestedNameSpecifier) {} in NestedNameSpecifier() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp113 NestedNameSpecifierLoc NestedNameSpecifier = in StartLocationForType() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h45 class NestedNameSpecifier; variable