reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/NestedNameSpecifier.h
  383   NestedNameSpecifier *getRepresentation() const { return Representation; }
  477     return NestedNameSpecifierLoc(Representation, Buffer).getSourceRange();
  493     return NestedNameSpecifierLoc(Representation, Buffer);
  499     Representation = nullptr;
tools/clang/lib/AST/NestedNameSpecifier.cpp
  516     : Representation(Other.Representation) {
  535   Representation = Other.Representation;
  535   Representation = Other.Representation;
  575   Representation = NestedNameSpecifier::Create(Context, Representation,
  575   Representation = NestedNameSpecifier::Create(Context, Representation,
  588   Representation = NestedNameSpecifier::Create(Context, Representation,
  588   Representation = NestedNameSpecifier::Create(Context, Representation,
  600   Representation = NestedNameSpecifier::Create(Context, Representation,
  600   Representation = NestedNameSpecifier::Create(Context, Representation,
  612   Representation = NestedNameSpecifier::Create(Context, Representation, Alias);
  612   Representation = NestedNameSpecifier::Create(Context, Representation, Alias);
  621   assert(!Representation && "Already have a nested-name-specifier!?");
  622   Representation = NestedNameSpecifier::GlobalSpecifier(Context);
  632   Representation = NestedNameSpecifier::SuperSpecifier(Context, RD);
  642   Representation = Qualifier;
  685     Representation = nullptr;
  693   Representation = Other.getNestedNameSpecifier();
  701   if (!Representation)
  707     return NestedNameSpecifierLoc(Representation, Buffer);
  714   return NestedNameSpecifierLoc(Representation, Mem);