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