Home
last modified time | relevance | path

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

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