Lines Matching refs:NestedNameSpecifierLoc
291 NestedNameSpecifierLoc::getLocalDataLength(NestedNameSpecifier *Qualifier) { in getLocalDataLength()
321 NestedNameSpecifierLoc::getDataLength(NestedNameSpecifier *Qualifier) { in getDataLength()
346 SourceRange NestedNameSpecifierLoc::getSourceRange() const { in getSourceRange()
350 NestedNameSpecifierLoc First = *this; in getSourceRange()
351 while (NestedNameSpecifierLoc Prefix = First.getPrefix()) in getSourceRange()
358 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const { in getLocalSourceRange()
387 TypeLoc NestedNameSpecifierLoc::getTypeLoc() const { in getTypeLoc()
597 void NestedNameSpecifierLocBuilder::Adopt(NestedNameSpecifierLoc Other) { in Adopt()
616 NestedNameSpecifierLoc
619 return NestedNameSpecifierLoc(); in getWithLocInContext()
624 return NestedNameSpecifierLoc(Representation, Buffer); in getWithLocInContext()
631 return NestedNameSpecifierLoc(Representation, Mem); in getWithLocInContext()