Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp273 EmitOMPScanDirective(cast<OMPScanDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3527 void EmitOMPScanDirective(const OMPScanDirective &S);
H A DCGStmtOpenMP.cpp5298 void CodeGenFunction::EmitOMPScanDirective(const OMPScanDirective &S) { in EmitOMPScanDirective() function in CodeGenFunction
7807 EmitOMPScanDirective(*SD); in EmitSimpleOMPExecutableDirective()