Home | History | Annotate | Download | only in Sema

Lines Matching refs:OMPSectionDirective

5616 OMPSectionDirective>(SectionStmt)) {
5622 cast<OMPSectionDirective>(SectionStmt)
5647 return OMPSectionDirective::Create(Context, StartLoc, EndLoc, AStmt,
5875 if (!SectionStmt || !isa<OMPSectionDirective>(SectionStmt)) {
5881 cast<OMPSectionDirective>(SectionStmt)