Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp215 EmitOMPForDirective(cast<OMPForDirective>(*S)); in EmitStmt()
DCodeGenFunction.h3445 void EmitOMPForDirective(const OMPForDirective &S);
DCGStmtOpenMP.cpp3605 void CodeGenFunction::EmitOMPForDirective(const OMPForDirective &S) { in EmitOMPForDirective() function in CodeGenFunction