Home
last modified time | relevance | path

Searched refs:CurDirective (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h203 void EndOpenMPDSABlock(Stmt *CurDirective);
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2885 void SemaOpenMP::EndOpenMPDSABlock(Stmt *CurDirective) { in EndOpenMPDSABlock() argument
2891 if (const auto *D = dyn_cast_or_null<OMPExecutableDirective>(CurDirective)) { in EndOpenMPDSABlock()