HomeSort by: relevance | last modified time | path
    Searched defs:NestedNameSpecifierLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 217 NestedNameSpecifierLoc;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
NestedNameSpecifier.h 243 class NestedNameSpecifierLoc {
257 NestedNameSpecifierLoc() = default;
261 NestedNameSpecifierLoc(NestedNameSpecifier *Qualifier, void *Data)
327 NestedNameSpecifierLoc getPrefix() const {
331 return NestedNameSpecifierLoc(Qualifier->getPrefix(), Data);
342 friend bool operator==(NestedNameSpecifierLoc X,
343 NestedNameSpecifierLoc Y) {
347 friend bool operator!=(NestedNameSpecifierLoc X,
348 NestedNameSpecifierLoc Y) {
474 /// \c Adopt() with a proper \c NestedNameSpecifierLoc
    [all...]

Completed in 18 milliseconds