Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp3074 auto SectionStmt = *S; in ActOnOpenMPSectionsDirective() local
3075 if (!SectionStmt || !isa<OMPSectionDirective>(SectionStmt)) { in ActOnOpenMPSectionsDirective()
3076 if (SectionStmt) in ActOnOpenMPSectionsDirective()
3077 Diag(SectionStmt->getLocStart(), in ActOnOpenMPSectionsDirective()
3223 auto SectionStmt = *S; in ActOnOpenMPParallelSectionsDirective() local
3224 if (!SectionStmt || !isa<OMPSectionDirective>(SectionStmt)) { in ActOnOpenMPParallelSectionsDirective()
3225 if (SectionStmt) in ActOnOpenMPParallelSectionsDirective()
3226 Diag(SectionStmt->getLocStart(), in ActOnOpenMPParallelSectionsDirective()