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

References

tools/clang/utils/TableGen/ClangAttrEmitter.cpp
 2760   emitSourceFileHeader("List of all attributes that Clang recognizes", OS);
 2765   Hierarchy.emitDefaultDefines(OS);
 2766   emitDefaultDefine(OS, "PRAGMA_SPELLING_ATTR", nullptr);
 2783   Hierarchy.emitAttrLists(OS);
 2786   emitAttrList(OS, "PRAGMA_SPELLING_ATTR", PragmaAttrs);
 2789   OS << "#ifdef ATTR_RANGE\n";
 2790   Hierarchy.emitAttrRanges(OS);
 2791   OS << "#undef ATTR_RANGE\n";
 2792   OS << "#endif\n";
 2794   Hierarchy.emitUndefs(OS);
 2795   OS << "#undef PRAGMA_SPELLING_ATTR\n";