Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGStmt.cpp229 EmitOMPSectionDirective(cast<OMPSectionDirective>(*S)); in EmitStmt()
DCodeGenFunction.h3513 void EmitOMPSectionDirective(const OMPSectionDirective &S);
DCGStmtOpenMP.cpp4191 void CodeGenFunction::EmitOMPSectionDirective(const OMPSectionDirective &S) { in EmitOMPSectionDirective() function in CodeGenFunction