Lines Matching refs:SubStmt
373 Stmt *SubStmt = *CI; in BuildScopeInformation() local
374 if (SubStmt == 0) continue; in BuildScopeInformation()
381 if (CaseStmt *CS = dyn_cast<CaseStmt>(SubStmt)) in BuildScopeInformation()
383 else if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SubStmt)) in BuildScopeInformation()
385 else if (LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation()
390 LabelAndGotoScopes[SubStmt] = ParentScope; in BuildScopeInformation()
391 SubStmt = Next; in BuildScopeInformation()
396 if (DeclStmt *DS = dyn_cast<DeclStmt>(SubStmt)) { in BuildScopeInformation()
406 if (ObjCAtTryStmt *AT = dyn_cast<ObjCAtTryStmt>(SubStmt)) { in BuildScopeInformation()
443 if (ObjCAtSynchronizedStmt *AS = dyn_cast<ObjCAtSynchronizedStmt>(SubStmt)){ in BuildScopeInformation()
460 if (ObjCAutoreleasePoolStmt *AS = dyn_cast<ObjCAutoreleasePoolStmt>(SubStmt)){ in BuildScopeInformation()
474 if (ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(SubStmt)) { in BuildScopeInformation()
486 BuildScopeInformation(SubStmt, ParentScope); in BuildScopeInformation()