Lines Matching refs:getDirectives
258 return hasDuplicateClausesInDirectives(getDirectives()); in HasValidityErrors()
264 for (const Directive D : DirLang.getDirectives()) in getMaxLeafCount()
317 generateEnumClass(DirLang.getDirectives(), OS, "Directive", in emitDirectivesDecl()
572 for (const Record *R : DirLang.getDirectives()) { in generateIsAllowedClause()
631 ArrayRef<const Record *> Directives = DirLang.getDirectives(); in emitLeafTable()
851 for (const Record *R : DirLang.getDirectives()) in generateGetDirectiveAssociation()
862 for (const Record *R : DirLang.getDirectives()) { in generateGetDirectiveAssociation()
884 for (const Record *R : DirLang.getDirectives()) { in generateGetDirectiveCategory()
906 for (const Record *R : DirLang.getDirectives()) { in generateGetDirectiveLanguages()
972 for (const Directive Dir : DirLang.getDirectives()) { in generateDirectiveClauseSets()
1013 for (const Record *R : DirLang.getDirectives()) { in generateDirectiveClauseMap()
1371 generateGetKind(DirLang.getDirectives(), OS, "Directive", DirLang, DPrefix, in emitDirectivesBasicImpl()
1375 generateGetName(DirLang.getDirectives(), OS, "Directive", DirLang, DPrefix); in emitDirectivesBasicImpl()