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

References

tools/clang/utils/TableGen/ClangAttrEmitter.cpp
 1373   OS << "void " << R.getName() << "Attr::printPretty("
 1377     OS << "}\n\n";
 1381   OS << "  switch (getAttributeSpellingListIndex()) {\n"
 1429     OS <<
 1434       OS << "\";\n";
 1435       OS << "    printPrettyPragma(OS, Policy);\n";
 1436       OS << "    OS << \"\\n\";";
 1437       OS << "    break;\n";
 1438       OS << "  }\n";
 1443       OS << "(";
 1444       writeAvailabilityValue(OS);
 1445       OS << ")";
 1447       OS << "(";
 1448       writeDeprecatedAttrValue(OS, Variety);
 1449       OS << ")";
 1470           OS << "\";\n"
 1472         OS << "    if (" << arg->getIsOmitted() << ")\n"
 1476         OS << "    OS << \"";
 1478         OS << "(";
 1480         OS << "\";\n"
 1490             OS << "\";\n"
 1496             OS << ", ";
 1500           OS << "\";\n"
 1503         arg->writeValue(OS);
 1505           OS << "\";\n"
 1511         OS << ")";
 1513         OS << "\";\n"
 1519     OS << Suffix + "\";\n";
 1521     OS <<
 1527   OS << "}\n";
 1529   OS << "}\n\n";