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

/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h212 class NestedNameSpecifierLoc { class in namespace:clang
226 NestedNameSpecifierLoc() : Qualifier(nullptr), Data(nullptr) { } function in class:clang::NestedNameSpecifierLoc
230 NestedNameSpecifierLoc(NestedNameSpecifier *Qualifier, void *Data) function in class:clang::NestedNameSpecifierLoc
296 NestedNameSpecifierLoc getPrefix() const {
300 return NestedNameSpecifierLoc(Qualifier->getPrefix(), Data);
311 friend bool operator==(NestedNameSpecifierLoc X,
312 NestedNameSpecifierLoc Y) {
316 friend bool operator!=(NestedNameSpecifierLoc X,
317 NestedNameSpecifierLoc Y) {
430 /// \c Adopt() with a proper \c NestedNameSpecifierLoc
[all...]

Completed in 98 milliseconds