Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp431 EmitOMPScopeDirective(cast<OMPScopeDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3864 void EmitOMPScopeDirective(const OMPScopeDirective &S);
H A DCGStmtOpenMP.cpp4320 void CodeGenFunction::EmitOMPScopeDirective(const OMPScopeDirective &S) { in EmitOMPScopeDirective() function in CodeGenFunction