Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp221 EmitOMPSectionDirective(cast<OMPSectionDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3447 void EmitOMPSectionDirective(const OMPSectionDirective &S);
H A DCGStmtOpenMP.cpp3869 void CodeGenFunction::EmitOMPSectionDirective(const OMPSectionDirective &S) { in EmitOMPSectionDirective() function in CodeGenFunction