Lines Matching refs:Representation
508 : Representation(Other.Representation) { in NestedNameSpecifierLocBuilder()
527 Representation = Other.Representation; in operator =()
567 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend()
580 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend()
592 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend()
604 Representation = NestedNameSpecifier::Create(Context, Representation, Alias); in Extend()
613 assert(!Representation && "Already have a nested-name-specifier!?"); in MakeGlobal()
614 Representation = NestedNameSpecifier::GlobalSpecifier(Context); in MakeGlobal()
624 Representation = NestedNameSpecifier::SuperSpecifier(Context, RD); in MakeSuper()
634 Representation = Qualifier; in MakeTrivial()
677 Representation = nullptr; in Adopt()
685 Representation = Other.getNestedNameSpecifier(); in Adopt()
693 if (!Representation) in getWithLocInContext()
699 return NestedNameSpecifierLoc(Representation, Buffer); in getWithLocInContext()
706 return NestedNameSpecifierLoc(Representation, Mem); in getWithLocInContext()