Home
last modified time | relevance | path

Searched refs:IfPresent (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h288 IfPresent, enumerator
348 case OpenACCClauseKind::IfPresent: in printOpenACCClauseKind()
H A DOpenACCClauses.def56 VISIT_CLAUSE(IfPresent)
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.h125 const Capability::Capability IfPresent);
H A DSPIRVModuleAnalysis.cpp781 const Capability::Capability IfPresent) { in removeCapabilityIf() argument
782 if (AllCaps.contains(IfPresent)) in removeCapabilityIf()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp135 .Case("if_present", OpenACCClauseKind::IfPresent) in getOpenACCClauseKind()
544 case OpenACCClauseKind::IfPresent: in getClauseParensKind()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h109 : OpenACCClause(OpenACCClauseKind::IfPresent, BeginLoc, EndLoc) {} in OpenACCIfPresentClause()
113 return C->getClauseKind() == OpenACCClauseKind::IfPresent; in classof()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp411 case OpenACCClauseKind::IfPresent: in Visit()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1126 CLAUSE_NOT_ON_DECLS(IfPresent) in CLAUSE_NOT_ON_DECLS()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8864 case OpenACCClauseKind::IfPresent: in writeOpenACCClause()
H A DASTReader.cpp12880 case OpenACCClauseKind::IfPresent: in readOpenACCClause()