Lines Matching refs:Representation
477 : Representation(Other.Representation), Buffer(nullptr), in NestedNameSpecifierLocBuilder()
498 Representation = Other.Representation; in operator =()
537 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend()
550 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend()
562 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend()
574 Representation = NestedNameSpecifier::Create(Context, Representation, Alias); in Extend()
583 assert(!Representation && "Already have a nested-name-specifier!?"); in MakeGlobal()
584 Representation = NestedNameSpecifier::GlobalSpecifier(Context); in MakeGlobal()
594 Representation = NestedNameSpecifier::SuperSpecifier(Context, RD); in MakeSuper()
604 Representation = Qualifier; in MakeTrivial()
647 Representation = nullptr; in Adopt()
655 Representation = Other.getNestedNameSpecifier(); in Adopt()
663 if (!Representation) in getWithLocInContext()
669 return NestedNameSpecifierLoc(Representation, Buffer); in getWithLocInContext()
676 return NestedNameSpecifierLoc(Representation, Mem); in getWithLocInContext()