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

References

tools/clang/utils/TableGen/ClangAttrEmitter.cpp
 4016   OS << Doc.Heading << "\n" << std::string(Doc.Heading.length(), '-') << "\n";
 4019   OS << ".. csv-table:: Supported Syntaxes\n";
 4020   OS << "   :header: \"GNU\", \"C++11\", \"C2x\", \"``__declspec``\",";
 4021   OS << " \"Keyword\", \"``#pragma``\", \"``#pragma clang attribute``\"\n\n";
 4022   OS << "   \"";
 4033         OS << " |br| ";
 4034       OS << "``" << Spelling << "``";
 4038     OS << "\",\"";
 4043     OS << "Yes";
 4044   OS << "\"\n\n";
 4049     OS << "This attribute has been deprecated, and may be removed in a future "
 4054       OS << "  This attribute has been superseded by ``" << Replacement
 4056     OS << "\n\n";
 4061   OS << ContentStr.trim();
 4063   OS << "\n\n\n";