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

References

tools/clang/utils/TableGen/ClangAttrEmitter.cpp
  647     const std::string &getType() const { return Type; }
  657       OS << "  typedef " << Type << "* " << IteratorType << ";\n";
  733       std::string read = ReadPCHRecord(Type);
  750       OS << "      " << WritePCHRecord(Type, "Val");