Lines Matching refs:Representation
440 : Representation(Other.Representation), Buffer(0), in NestedNameSpecifierLocBuilder()
463 Representation = Other.Representation; in operator =()
504 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend()
517 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend()
529 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend()
541 Representation = NestedNameSpecifier::Create(Context, Representation, Alias); in Extend()
550 assert(!Representation && "Already have a nested-name-specifier!?"); in MakeGlobal()
551 Representation = NestedNameSpecifier::GlobalSpecifier(Context); in MakeGlobal()
560 Representation = Qualifier; in MakeTrivial()
603 Representation = 0; in Adopt()
611 Representation = Other.getNestedNameSpecifier(); in Adopt()
619 if (!Representation) in getWithLocInContext()
625 return NestedNameSpecifierLoc(Representation, Buffer); in getWithLocInContext()
632 return NestedNameSpecifierLoc(Representation, Mem); in getWithLocInContext()