Searched refs:EWC (Results 1 – 8 of 8) sorted by relevance
171 const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Init); in GetDiagForGotoScopeDecl() local172 if (EWC) in GetDiagForGotoScopeDecl()173 Init = EWC->getSubExpr(); in GetDiagForGotoScopeDecl()474 if (ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(SubStmt)) { in BuildScopeInformation() local475 for (unsigned i = 0, e = EWC->getNumObjects(); i != e; ++i) { in BuildScopeInformation()476 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()
250 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(S)) { in LookThroughStmt() local251 S = EWC->getSubExpr(); in LookThroughStmt()
444 } else if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Exp)) { in buildSExpr() local445 return buildSExpr(EWC->getSubExpr(), CallCtx, NDeref); in buildSExpr()1639 else if (const ExprWithCleanups* EWC = dyn_cast<ExprWithCleanups>(Cond)) { in getTrylockCallExpr() local1640 return getTrylockCallExpr(EWC->getSubExpr(), C, Negate); in getTrylockCallExpr()2165 if (ExprWithCleanups *EWC = dyn_cast_or_null<ExprWithCleanups>(E)) in VisitDeclStmt() local2166 E = EWC->getSubExpr(); in VisitDeclStmt()
778 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Init)) { in getReferenceInitTemporaryType() local779 Init = EWC->getSubExpr(); in getReferenceInitTemporaryType()987 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Init)) in addLocalScopeForVarDecl() local988 Init = EWC->getSubExpr(); in addLocalScopeForVarDecl()
865 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Ex)) in peelOffOuterExpr() local866 return peelOffOuterExpr(EWC->getSubExpr(), N); in peelOffOuterExpr()