Lines Matching refs:NestedNameSpecifierLoc
340 NestedNameSpecifierLoc::getLocalDataLength(NestedNameSpecifier *Qualifier) { in getLocalDataLength()
371 NestedNameSpecifierLoc::getDataLength(NestedNameSpecifier *Qualifier) { in getDataLength()
396 SourceRange NestedNameSpecifierLoc::getSourceRange() const { in getSourceRange()
400 NestedNameSpecifierLoc First = *this; in getSourceRange()
401 while (NestedNameSpecifierLoc Prefix = First.getPrefix()) in getSourceRange()
408 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const { in getLocalSourceRange()
438 TypeLoc NestedNameSpecifierLoc::getTypeLoc() const { in getTypeLoc()
658 void NestedNameSpecifierLocBuilder::Adopt(NestedNameSpecifierLoc Other) { in Adopt()
677 NestedNameSpecifierLoc
680 return NestedNameSpecifierLoc(); in getWithLocInContext()
685 return NestedNameSpecifierLoc(Representation, Buffer); in getWithLocInContext()
692 return NestedNameSpecifierLoc(Representation, Mem); in getWithLocInContext()