Home
last modified time | relevance | path

Searched refs:isOpenACCComputeDirectiveKind (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h152 inline bool isOpenACCComputeDirectiveKind(OpenACCDirectiveKind K) { in isOpenACCComputeDirectiveKind() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenACC.h155 assert(isOpenACCComputeDirectiveKind(K) && in OpenACCComputeConstruct()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp40 if (isOpenACCComputeDirectiveKind(NewClause.getDirectiveKind())) { in checkValidAfterDeviceType()
209 isOpenACCComputeDirectiveKind(Clause.getDirectiveKind()) || in CheckModifierList()