Searched refs:isOpenMPNestingTeamsDirective (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h222 bool isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp513 bool clang::isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind) { function in class:clang
521 return isOpenMPNestingTeamsDirective(DKind) ||
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4494 !isOpenMPNestingTeamsDirective(CurrentRegion) &&
4600 } else if (isOpenMPNestingTeamsDirective(CurrentRegion)) {

Completed in 101 milliseconds