Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp212 EmitOMPForDirective(cast<OMPForDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3444 void EmitOMPForDirective(const OMPForDirective &S);
H A DCGStmtOpenMP.cpp3579 void CodeGenFunction::EmitOMPForDirective(const OMPForDirective &S) { in EmitOMPForDirective() function in CodeGenFunction