Home
last modified time | relevance | path

Searched defs:NestedNameSpecifierLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DNestedNameSpecifier.h239 NestedNameSpecifierLoc() : Qualifier(nullptr), Data(nullptr) { } in NestedNameSpecifierLoc() function
243 NestedNameSpecifierLoc(NestedNameSpecifier *Qualifier, void *Data) in NestedNameSpecifierLoc() function
/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h208 NestedNameSpecifierLoc; member
DASTMatchers.h3875 AST_MATCHER_P(NestedNameSpecifierLoc, specifiesTypeLoc, in AST_MATCHER_P() argument
/external/clang/include/clang/Sema/
DDeclSpec.h48 class NestedNameSpecifierLoc; variable