Lines Matching refs:NestedNameSpecifierLoc
368 NestedNameSpecifierLoc::getLocalDataLength(NestedNameSpecifier *Qualifier) { in getLocalDataLength()
399 NestedNameSpecifierLoc::getDataLength(NestedNameSpecifier *Qualifier) { in getDataLength()
422 SourceRange NestedNameSpecifierLoc::getSourceRange() const { in getSourceRange()
426 NestedNameSpecifierLoc First = *this; in getSourceRange()
427 while (NestedNameSpecifierLoc Prefix = First.getPrefix()) in getSourceRange()
434 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const { in getLocalSourceRange()
464 TypeLoc NestedNameSpecifierLoc::getTypeLoc() const { in getTypeLoc()
681 void NestedNameSpecifierLocBuilder::Adopt(NestedNameSpecifierLoc Other) { in Adopt()
700 NestedNameSpecifierLoc
703 return NestedNameSpecifierLoc(); in getWithLocInContext()
708 return NestedNameSpecifierLoc(Representation, Buffer); in getWithLocInContext()
715 return NestedNameSpecifierLoc(Representation, Mem); in getWithLocInContext()