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 98 bool isAllowedClauseForDirective(OpenMPDirectiveKind DKind,
  /external/clang/lib/Basic/
OpenMPKinds.cpp 255 bool clang::isAllowedClauseForDirective(OpenMPDirectiveKind DKind,
  /external/clang/lib/Parse/
ParseOpenMP.cpp 426 if (CKind != OMPC_unknown && !isAllowedClauseForDirective(DKind, CKind)) {
    [all...]

Completed in 141 milliseconds