Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp225 EmitOMPSectionsDirective(cast<OMPSectionsDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3510 void EmitOMPSectionsDirective(const OMPSectionsDirective &S);
H A DCGStmtOpenMP.cpp4064 void CodeGenFunction::EmitOMPSectionsDirective(const OMPSectionsDirective &S) { in EmitOMPSectionsDirective() function in CodeGenFunction