Searched refs:SectionStmt (Results 1 – 1 of 1) sorted by relevance
3074 auto SectionStmt = *S; in ActOnOpenMPSectionsDirective() local3075 if (!SectionStmt || !isa<OMPSectionDirective>(SectionStmt)) { in ActOnOpenMPSectionsDirective()3076 if (SectionStmt) in ActOnOpenMPSectionsDirective()3077 Diag(SectionStmt->getLocStart(), in ActOnOpenMPSectionsDirective()3223 auto SectionStmt = *S; in ActOnOpenMPParallelSectionsDirective() local3224 if (!SectionStmt || !isa<OMPSectionDirective>(SectionStmt)) { in ActOnOpenMPParallelSectionsDirective()3225 if (SectionStmt) in ActOnOpenMPParallelSectionsDirective()3226 Diag(SectionStmt->getLocStart(), in ActOnOpenMPParallelSectionsDirective()