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

References

tools/clang/include/clang/AST/NestedNameSpecifier.h
  167   NestedNameSpecifier *getPrefix() const { return Prefix.getPointer(); }
  175     if (Prefix.getInt() == StoredIdentifier)
  195     if (Prefix.getInt() == StoredTypeSpec ||
  196         Prefix.getInt() == StoredTypeSpecWithTemplate)
  222     ID.AddPointer(Prefix.getOpaqueValue());
tools/clang/lib/AST/NestedNameSpecifier.cpp
   64   Mockup.Prefix.setPointer(Prefix);
   65   Mockup.Prefix.setInt(StoredIdentifier);
   80   Mockup.Prefix.setPointer(Prefix);
   81   Mockup.Prefix.setInt(StoredDecl);
   96   Mockup.Prefix.setPointer(Prefix);
   97   Mockup.Prefix.setInt(StoredDecl);
  108   Mockup.Prefix.setPointer(Prefix);
  109   Mockup.Prefix.setInt(Template? StoredTypeSpecWithTemplate : StoredTypeSpec);
  118   Mockup.Prefix.setPointer(nullptr);
  119   Mockup.Prefix.setInt(StoredIdentifier);
  136   Mockup.Prefix.setPointer(nullptr);
  137   Mockup.Prefix.setInt(StoredDecl);
  146   switch (Prefix.getInt()) {
  169   if (Prefix.getInt() == StoredDecl)
  177   if (Prefix.getInt() == StoredDecl)
  185   switch (Prefix.getInt()) {