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()
452 TypeLoc NestedNameSpecifierLoc::getTypeLoc() const { in getTypeLoc()
671 void NestedNameSpecifierLocBuilder::Adopt(NestedNameSpecifierLoc Other) { in Adopt()
690 NestedNameSpecifierLoc
693 return NestedNameSpecifierLoc(); in getWithLocInContext()
698 return NestedNameSpecifierLoc(Representation, Buffer); in getWithLocInContext()
705 return NestedNameSpecifierLoc(Representation, Mem); in getWithLocInContext()