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

References

tools/clang/utils/TableGen/ClangOpcodesEmitter.cpp
  204   OS << "#if defined(GET_EVAL_PROTO) || defined(GET_LINK_PROTO)\n";
  206   Enumerate(R, N, [&OS, &Args](ArrayRef<Record *> TS, const Twine &ID) {
  207     OS << "bool emit" << ID << "(";
  209       OS << Arg->getValueAsString("Name") << ", ";
  210     OS << "const SourceInfo &);\n";
  216     OS << "#if defined(GET_EVAL_PROTO)\n";
  217     OS << "template<";
  220         OS << ", ";
  221       OS << "PrimType";
  223     OS << ">\n";
  224     OS << "bool emit" << N << "(";
  226       OS << Arg->getValueAsString("Name") << ", ";
  227     OS << "const SourceInfo &);\n";
  228     OS << "#endif\n";
  231   OS << "#endif\n";