Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp219 EmitOMPForDirective(cast<OMPForDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3508 void EmitOMPForDirective(const OMPForDirective &S);
H A DCGStmtOpenMP.cpp3834 void CodeGenFunction::EmitOMPForDirective(const OMPForDirective &S) { in EmitOMPForDirective() function in CodeGenFunction