Home | History | Annotate | Download | only in AST

Lines Matching full:nestednamespecifierloc

326 NestedNameSpecifierLoc::getLocalDataLength(NestedNameSpecifier *Qualifier) {
357 NestedNameSpecifierLoc::getDataLength(NestedNameSpecifier *Qualifier) {
382 SourceRange NestedNameSpecifierLoc::getSourceRange() const {
386 NestedNameSpecifierLoc First = *this;
387 while (NestedNameSpecifierLoc Prefix = First.getPrefix())
394 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const {
424 TypeLoc NestedNameSpecifierLoc::getTypeLoc() const {
644 void NestedNameSpecifierLocBuilder::Adopt(NestedNameSpecifierLoc Other) {
663 NestedNameSpecifierLoc
666 return NestedNameSpecifierLoc();
671 return NestedNameSpecifierLoc(Representation, Buffer);
678 return NestedNameSpecifierLoc(Representation, Mem);