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

References

tools/clang/utils/TableGen/ClangAttrEmitter.cpp
 3683     SS << "  { ";
 3684     emitArgInfo(*I->second, SS);
 3685     SS << ", " << I->second->getValueAsBit("HasCustomParsing");
 3686     SS << ", " << I->second->isSubClassOf("TargetSpecificAttr");
 3687     SS << ", "
 3690     SS << ", " << I->second->isSubClassOf("StmtAttr");
 3691     SS << ", " << IsKnownToGCC(*I->second);
 3692     SS << ", " << PragmaAttributeSupport.isAttributedSupported(*I->second);
 3693     SS << ", " << GenerateAppertainsTo(*I->second, OS);
 3694     SS << ", " << GenerateLangOptRequirements(*I->second, OS);
 3695     SS << ", " << GenerateTargetRequirements(*I->second, Dupes, OS);
 3696     SS << ", " << GenerateSpellingIndexToSemanticSpelling(*I->second, OS);
 3697     SS << ", "
 3699     SS << " }";
 3702       SS << ",";
 3704     SS << "  // AT_" << I->first << "\n";
 3709   OS << SS.str();