Lines Matching refs:Representation
506 : Representation(Other.Representation) { in NestedNameSpecifierLocBuilder()
525 Representation = Other.Representation; in operator =()
565 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend()
578 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend()
590 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend()
602 Representation = NestedNameSpecifier::Create(Context, Representation, Alias); in Extend()
611 assert(!Representation && "Already have a nested-name-specifier!?"); in MakeGlobal()
612 Representation = NestedNameSpecifier::GlobalSpecifier(Context); in MakeGlobal()
622 Representation = NestedNameSpecifier::SuperSpecifier(Context, RD); in MakeSuper()
632 Representation = Qualifier; in MakeTrivial()
675 Representation = nullptr; in Adopt()
683 Representation = Other.getNestedNameSpecifier(); in Adopt()
691 if (!Representation) in getWithLocInContext()
697 return NestedNameSpecifierLoc(Representation, Buffer); in getWithLocInContext()
704 return NestedNameSpecifierLoc(Representation, Mem); in getWithLocInContext()