Home
last modified time | relevance | path

Searched refs:DirectiveLanguage (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp46 const DirectiveLanguage &DirLang) { in GenerateEnumClass()
167 bool DirectiveLanguage::HasValidityErrors() const { in HasValidityErrors()
179 const auto DirLang = DirectiveLanguage{Records}; in EmitDirectivesDecl()
306 void GenerateGetKindClauseVal(const DirectiveLanguage &DirLang, in GenerateGetKindClauseVal()
382 void GenerateIsAllowedClause(const DirectiveLanguage &DirLang, in GenerateIsAllowedClause()
438 const DirectiveLanguage &DirLang) { in GenerateClauseSet()
570 void GenerateFlangClauseDump(const DirectiveLanguage &DirLang, in GenerateFlangClauseDump()
675 void EmitDirectivesFlangImpl(const DirectiveLanguage &DirLang, in EmitDirectivesFlangImpl()
695 void GenerateClauseClassMacro(const DirectiveLanguage &DirLang, in GenerateClauseClassMacro()
763 void EmitDirectivesBasicImpl(const DirectiveLanguage &DirLang, in EmitDirectivesBasicImpl()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h11 class DirectiveLanguage {
13 explicit DirectiveLanguage(const llvm::RecordKeeper &Records) in DirectiveLanguage() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td15 class DirectiveLanguage {
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenACC/
H A DACC.td19 def OpenACC : DirectiveLanguage {
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td19 def OpenMP : DirectiveLanguage {