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

References

tools/clang/utils/TableGen/ClangASTNodesEmitter.cpp
  208   emitSourceFileHeader("List of AST Decl nodes", OS);
  210   OS << "#ifndef DECL_CONTEXT\n";
  211   OS << "#  define DECL_CONTEXT(DECL)\n";
  212   OS << "#endif\n";
  214   OS << "#ifndef DECL_CONTEXT_BASE\n";
  215   OS << "#  define DECL_CONTEXT_BASE(DECL) DECL_CONTEXT(DECL)\n";
  216   OS << "#endif\n";
  231         OS << "DECL_CONTEXT_BASE(" << B->getName() << ")\n";
  243       OS << "DECL_CONTEXT(" << (*i)->getName() << ")\n";
  245   OS << "#undef DECL_CONTEXT\n";
  246   OS << "#undef DECL_CONTEXT_BASE\n";