Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DOpenMPKinds.h156 bool isAllowedClauseForDirective(OpenMPDirectiveKind DKind,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DOpenMPKinds.cpp348 bool clang::isAllowedClauseForDirective(OpenMPDirectiveKind DKind, in isAllowedClauseForDirective() function in clang
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp1292 if (CKind != OMPC_unknown && !isAllowedClauseForDirective(DKind, CKind)) { in ParseOpenMPClause()