Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.h98 bool isAllowedClauseForDirective(OpenMPDirectiveKind DKind,
/external/clang/lib/Basic/
DOpenMPKinds.cpp255 bool clang::isAllowedClauseForDirective(OpenMPDirectiveKind DKind, in isAllowedClauseForDirective() function in clang
/external/clang/lib/Parse/
DParseOpenMP.cpp426 if (CKind != OMPC_unknown && !isAllowedClauseForDirective(DKind, CKind)) { in ParseOpenMPClause()