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

/external/clang/include/clang/Basic/
H A DOpenMPKinds.h94 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
/external/clang/lib/Basic/
H A DOpenMPKinds.cpp260 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { function in class:clang
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp257 if (isOpenMPParallelDirective(DVar.DKind)) {
285 if (isOpenMPParallelDirective(I->Directive))
331 while (I != E && !isOpenMPParallelDirective(I->Directive)) {
367 if (!isOpenMPParallelDirective(Kind)) {
862 (isOpenMPParallelDirective(DKind) || DKind == OMPD_task) &&
1100 !isOpenMPParallelDirective(CurrentRegion) &&
2665 !isOpenMPParallelDirective(CurrDir)) {
2777 !isOpenMPParallelDirective(CurrDir)) {
3169 !isOpenMPParallelDirective(CurrDir)) {

Completed in 125 milliseconds