Searched refs:EWC (Results 1 – 8 of 8) sorted by relevance
450 if (ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(SubStmt)) { in BuildScopeInformation() local451 for (unsigned i = 0, e = EWC->getNumObjects(); i != e; ++i) { in BuildScopeInformation()452 const BlockDecl *BDecl = EWC->getObject(i); in BuildScopeInformation()
385 if (ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Rec)) in checkForGCDOrXPC() local386 Rec = EWC->getSubExpr()->IgnoreParenImpCasts(); in checkForGCDOrXPC()
406 if (ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(S)) in getEssential() local407 S = EWC->getSubExpr(); in getEssential()
80 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(E)) in isPlusOne() local81 E = EWC->getSubExpr(); in isPlusOne()
235 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(S)) { in LookThroughStmt() local236 S = EWC->getSubExpr(); in LookThroughStmt()
439 } else if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Exp)) { in buildSExpr() local440 return buildSExpr(EWC->getSubExpr(), CallCtx, NDeref); in buildSExpr()1690 else if (const ExprWithCleanups* EWC = dyn_cast<ExprWithCleanups>(Cond)) { in getTrylockCallExpr() local1691 return getTrylockCallExpr(EWC->getSubExpr(), C, Negate); in getTrylockCallExpr()2218 if (ExprWithCleanups *EWC = dyn_cast_or_null<ExprWithCleanups>(E)) in VisitDeclStmt() local2219 E = EWC->getSubExpr(); in VisitDeclStmt()
1045 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Init)) { in getReferenceInitTemporaryType() local1046 Init = EWC->getSubExpr(); in getReferenceInitTemporaryType()1248 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Init)) in addLocalScopeForVarDecl() local1249 Init = EWC->getSubExpr(); in addLocalScopeForVarDecl()
865 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Ex)) in peelOffOuterExpr() local866 return peelOffOuterExpr(EWC->getSubExpr(), N); in peelOffOuterExpr()