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