Searched refs:body_front (Results 1 – 4 of 4) sorted by relevance
584 Stmt *body_front() { return !body_empty() ? Body[0] : nullptr; } in body_front() function600 const Stmt *body_front() const { in body_front() function
798 pushRegion(Counter::getZero(), getStart(CS->body_front()), in VisitSwitchStmt()
4853 Body = CS->body_front(); in ignoreCompoundStmts()
6545 auto *First = CS->body_front(); in ActOnOpenMPAtomicDirective()