Home | History | Annotate | Download | only in AST

Lines Matching full:representation

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