Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp51 const DirectiveLanguage &DirLang, in GenerateEnumClass()
84 const DirectiveLanguage &DirLang, in GenerateEnumClauseVal()
175 bool DirectiveLanguage::HasValidityErrors() const { in HasValidityErrors()
185 static size_t GetMaxLeafCount(const DirectiveLanguage &DirLang) { in GetMaxLeafCount()
197 const auto DirLang = DirectiveLanguage{Records}; in EmitDirectivesDecl()
288 const DirectiveLanguage &DirLang, in GenerateGetName()
313 const DirectiveLanguage &DirLang, StringRef Prefix, in GenerateGetKind()
346 static void GenerateGetKindClauseVal(const DirectiveLanguage &DirLang, in GenerateGetKindClauseVal()
405 const DirectiveLanguage &DirLang, in GenerateCaseForVersionedClauses()
421 static std::string GetDirectiveName(const DirectiveLanguage &DirLang, in GetDirectiveName()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h16 class DirectiveLanguage {
18 explicit DirectiveLanguage(const llvm::RecordKeeper &Records) in DirectiveLanguage() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td15 class DirectiveLanguage {
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenACC/
H A DACC.td19 def OpenACC : DirectiveLanguage {
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td19 def OpenMP : DirectiveLanguage {