Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp286 EmitOMPTargetDirective(cast<OMPTargetDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3533 void EmitOMPTargetDirective(const OMPTargetDirective &S);
H A DCGStmtOpenMP.cpp6645 void CodeGenFunction::EmitOMPTargetDirective(const OMPTargetDirective &S) { in EmitOMPTargetDirective() function in CodeGenFunction