HomeSort by relevance Sort by last modified time
    Searched defs:NestedNameSpecifierLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 209 NestedNameSpecifierLoc;
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 225 class NestedNameSpecifierLoc {
239 NestedNameSpecifierLoc() : Qualifier(nullptr), Data(nullptr) { }
243 NestedNameSpecifierLoc(NestedNameSpecifier *Qualifier, void *Data)
309 NestedNameSpecifierLoc getPrefix() const {
313 return NestedNameSpecifierLoc(Qualifier->getPrefix(), Data);
324 friend bool operator==(NestedNameSpecifierLoc X,
325 NestedNameSpecifierLoc Y) {
329 friend bool operator!=(NestedNameSpecifierLoc X,
330 NestedNameSpecifierLoc Y) {
458 /// \c Adopt() with a proper \c NestedNameSpecifierLoc
    [all...]

Completed in 62 milliseconds