Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp245 EmitOMPTargetDirective(cast<OMPTargetDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2487 void EmitOMPTargetDirective(const OMPTargetDirective &S);
DCGStmtOpenMP.cpp3264 void CodeGenFunction::EmitOMPTargetDirective(const OMPTargetDirective &S) { in EmitOMPTargetDirective() function in CodeGenFunction