reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6563 if (!For && (SemaRef.LangOpts.OpenMP <= 45 || !CXXFor)) { 6585 assert(((For && For->getBody()) || (CXXFor && CXXFor->getBody())) && 6585 assert(((For && For->getBody()) || (CXXFor && CXXFor->getBody())) && 6589 For ? For->getForLoc() : CXXFor->getForLoc()); 6592 Stmt *Init = For ? For->getInit() : CXXFor->getBeginStmt(); 6628 HasErrors |= ISC.checkAndSetCond(For ? For->getCond() : CXXFor->getCond()); 6631 HasErrors |= ISC.checkAndSetInc(For ? For->getInc() : CXXFor->getInc()); 6639 DSA.getCurScope(), For ? For->getCond() : CXXFor->getCond(), Captures);