HomeSort by: relevance | last modified time | path
    Searched refs:isOpenMPNestingTeamsDirective (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
OpenMPKinds.h 219 bool isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind);
  /src/external/apache2/llvm/dist/clang/lib/Basic/
OpenMPKinds.cpp 511 bool clang::isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind) {
519 return isOpenMPNestingTeamsDirective(DKind) ||
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 4704 !isOpenMPNestingTeamsDirective(CurrentRegion) &&
4811 } else if (isOpenMPNestingTeamsDirective(CurrentRegion)) {

Completed in 24 milliseconds