Searched refs:CGSI (Results 1 – 1 of 1) sorted by relevance
1802 CGCapturedStmtInfo CGSI(*CS, CR_OpenMP); in EmitOMPParallelDirective() local1803 CodeGenFunction::CGCapturedStmtRAII CapInfoRAII(*this, &CGSI); in EmitOMPParallelDirective()1844 CodeGenFunction::CGCapturedStmtInfo *CGSI = nullptr; member in __anon53c5fabf0e11::OMPTransformDirectiveScopeRAII1856 CGSI = new CodeGenFunction::CGCapturedStmtInfo(CR_OpenMP); in OMPTransformDirectiveScopeRAII()1857 CapInfoRAII = new CodeGenFunction::CGCapturedStmtRAII(CGF, CGSI); in OMPTransformDirectiveScopeRAII()1864 delete CGSI; in ~OMPTransformDirectiveScopeRAII()4212 CGCapturedStmtInfo CGSI(*ICS, CR_OpenMP); in EmitOMPSectionsDirective() local4213 CodeGenFunction::CGCapturedStmtRAII CapInfoRAII(*this, &CGSI); in EmitOMPSectionsDirective()4454 CGCapturedStmtInfo CGSI(CR_OpenMP); in EmitOMPParallelForDirective() local4455 CodeGenFunction::CGCapturedStmtRAII CapInfoRAII(CGF, &CGSI); in EmitOMPParallelForDirective()[all …]