Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DNestedNameSpecifier.h226 NestedNameSpecifierLoc() : Qualifier(nullptr), Data(nullptr) { } in NestedNameSpecifierLoc() function
230 NestedNameSpecifierLoc(NestedNameSpecifier *Qualifier, void *Data) in NestedNameSpecifierLoc() function
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3484 AST_MATCHER_P(NestedNameSpecifierLoc, specifiesTypeLoc, in AST_MATCHER_P() argument
/external/clang/include/clang/Sema/
DDeclSpec.h47 class NestedNameSpecifierLoc; variable