Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DNestedNameSpecifier.h240 NestedNameSpecifierLoc() : Qualifier(nullptr), Data(nullptr) { } in NestedNameSpecifierLoc() function
244 NestedNameSpecifierLoc(NestedNameSpecifier *Qualifier, void *Data) in NestedNameSpecifierLoc() function
DExpr.h947 size_t numTrailingObjects(OverloadToken<NestedNameSpecifierLoc>) const { in numTrailingObjects()
/external/clang/lib/Index/
DIndexingContext.h28 class NestedNameSpecifierLoc; variable
/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h209 NestedNameSpecifierLoc; member
DASTMatchers.h5011 AST_MATCHER_P(NestedNameSpecifierLoc, specifiesTypeLoc, in AST_MATCHER_P() argument