Lines Matching refs:Representation
479 : Representation(Other.Representation), Buffer(nullptr), in NestedNameSpecifierLocBuilder()
500 Representation = Other.Representation; in operator =()
539 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend()
552 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend()
564 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend()
576 Representation = NestedNameSpecifier::Create(Context, Representation, Alias); in Extend()
585 assert(!Representation && "Already have a nested-name-specifier!?"); in MakeGlobal()
586 Representation = NestedNameSpecifier::GlobalSpecifier(Context); in MakeGlobal()
596 Representation = NestedNameSpecifier::SuperSpecifier(Context, RD); in MakeSuper()
606 Representation = Qualifier; in MakeTrivial()
649 Representation = nullptr; in Adopt()
657 Representation = Other.getNestedNameSpecifier(); in Adopt()
665 if (!Representation) in getWithLocInContext()
671 return NestedNameSpecifierLoc(Representation, Buffer); in getWithLocInContext()
678 return NestedNameSpecifierLoc(Representation, Mem); in getWithLocInContext()