Home
last modified time | relevance | path

Searched refs:EmitOMPTaskDirective (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp252 EmitOMPTaskDirective(cast<OMPTaskDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3520 void EmitOMPTaskDirective(const OMPTaskDirective &S);
H A DCGStmtOpenMP.cpp5160 void CodeGenFunction::EmitOMPTaskDirective(const OMPTaskDirective &S) { in EmitOMPTaskDirective() function in CodeGenFunction