Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Refactoring/
DLookup.h24 class NestedNameSpecifier; variable
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DODRHash.h30 class NestedNameSpecifier; variable
DNestedNameSpecifier.h106 NestedNameSpecifier() : Prefix(nullptr, StoredIdentifier) {} in NestedNameSpecifier() function
DTemplateName.h33 class NestedNameSpecifier; variable
DASTContext.h183 friend class NestedNameSpecifier; variable
/openbsd/src/gnu/llvm/clang/include/clang/ASTMatchers/
DASTMatchFinder.h217 NestedNameSpecifier; member
DASTMatchers.h7276 internal::Matcher<NestedNameSpecifier>, InnerMatcher) { in AST_MATCHER_P()
7447 AST_MATCHER_P(NestedNameSpecifier, specifiesType, in AST_MATCHER_P() argument
7517 AST_MATCHER_P(NestedNameSpecifier, specifiesNamespace, in AST_MATCHER_P() argument
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Syntax/
DNodes.h118 NestedNameSpecifier() : List(NodeKind::NestedNameSpecifier) {} in NestedNameSpecifier() function
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DTypoCorrection.h38 class NestedNameSpecifier; variable
DCodeCompleteConsumer.h45 class NestedNameSpecifier; variable
/openbsd/src/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/
DUSRLocFinder.cpp114 NestedNameSpecifierLoc NestedNameSpecifier = in StartLocationForType() local