Searched defs:NestedNameSpecifierLoc (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h209 NestedNameSpecifierLoc; member in struct:clang::ast_matchers::MatchFinder::MatchersByType
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DNestedNameSpecifier.h226 class NestedNameSpecifierLoc { class in namespace:clang
240 NestedNameSpecifierLoc() : Qualifier(nullptr), Data(nullptr) { } function in class:clang::NestedNameSpecifierLoc
244 NestedNameSpecifierLoc(NestedNameSpecifier *Qualifier, void *Data) function in class:clang::NestedNameSpecifierLoc
[all...]

Completed in 86 milliseconds