HomeSort by relevance Sort by last modified time
    Searched refs:isAllowedClauseForDirective (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Basic/
OpenMPKinds.h 74 bool isAllowedClauseForDirective(OpenMPDirectiveKind DKind,
  /external/clang/lib/Basic/
OpenMPKinds.cpp 165 bool clang::isAllowedClauseForDirective(OpenMPDirectiveKind DKind,
  /external/clang/lib/Parse/
ParseOpenMP.cpp 304 if (CKind != OMPC_unknown && !isAllowedClauseForDirective(DKind, CKind)) {

Completed in 103 milliseconds