Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4241 const Stmt *SectionRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPSectionDirective() local
4246 auto BodyGenCB = [SectionRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPSectionDirective()
4249 *this, SectionRegionBodyStmt, AllocaIP, CodeGenIP, "section"); in EmitOMPSectionDirective()