Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp304 EmitOMPTargetDirective(cast<OMPTargetDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3886 void EmitOMPTargetDirective(const OMPTargetDirective &S);
H A DCGStmtOpenMP.cpp6993 void CodeGenFunction::EmitOMPTargetDirective(const OMPTargetDirective &S) { in EmitOMPTargetDirective() function in CodeGenFunction