Lines Matching refs:NestedNameSpecifierLoc
355 NestedNameSpecifierLoc::getLocalDataLength(NestedNameSpecifier *Qualifier) { in getLocalDataLength()
386 NestedNameSpecifierLoc::getDataLength(NestedNameSpecifier *Qualifier) { in getDataLength()
409 SourceRange NestedNameSpecifierLoc::getSourceRange() const { in getSourceRange()
413 NestedNameSpecifierLoc First = *this; in getSourceRange()
414 while (NestedNameSpecifierLoc Prefix = First.getPrefix()) in getSourceRange()
421 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const { in getLocalSourceRange()
451 TypeLoc NestedNameSpecifierLoc::getTypeLoc() const { in getTypeLoc()
670 void NestedNameSpecifierLocBuilder::Adopt(NestedNameSpecifierLoc Other) { in Adopt()
689 NestedNameSpecifierLoc
692 return NestedNameSpecifierLoc(); in getWithLocInContext()
697 return NestedNameSpecifierLoc(Representation, Buffer); in getWithLocInContext()
704 return NestedNameSpecifierLoc(Representation, Mem); in getWithLocInContext()