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

References

tools/clang/utils/TableGen/ClangAttrEmitter.cpp
 3674   for (auto I = Attrs.begin(), E = Attrs.end(); I != E; ++I) {
 3674   for (auto I = Attrs.begin(), E = Attrs.end(); I != E; ++I) {
 3684     emitArgInfo(*I->second, SS);
 3685     SS << ", " << I->second->getValueAsBit("HasCustomParsing");
 3686     SS << ", " << I->second->isSubClassOf("TargetSpecificAttr");
 3688        << (I->second->isSubClassOf("TypeAttr") ||
 3689            I->second->isSubClassOf("DeclOrTypeAttr"));
 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);
 3698        << PragmaAttributeSupport.generateStrictConformsTo(*I->second, OS);
 3701     if (I + 1 != E)
 3704     SS << "  // AT_" << I->first << "\n";