Searched refs:EWC (Results 1 – 10 of 10) sorted by relevance
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()
484 if (ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(SubStmt)) { in BuildScopeInformation() local485 for (unsigned i = 0, e = EWC->getNumObjects(); i != e; ++i) { in BuildScopeInformation()486 const BlockDecl *BDecl = EWC->getObject(i); in BuildScopeInformation()
3562 if (auto *EWC = dyn_cast<ExprWithCleanups>(Body)) in ActOnOpenMPAtomicDirective() local3563 Body = EWC->getSubExpr(); in ActOnOpenMPAtomicDirective()3811 if (auto *EWC = dyn_cast<ExprWithCleanups>(First)) in ActOnOpenMPAtomicDirective() local3812 First = EWC->getSubExpr()->IgnoreParenImpCasts(); in ActOnOpenMPAtomicDirective()3813 if (auto *EWC = dyn_cast<ExprWithCleanups>(Second)) in ActOnOpenMPAtomicDirective() local3814 Second = EWC->getSubExpr()->IgnoreParenImpCasts(); in ActOnOpenMPAtomicDirective()
234 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(S)) { in LookThroughStmt() local235 S = EWC->getSubExpr(); in LookThroughStmt()
1346 else if (const ExprWithCleanups* EWC = dyn_cast<ExprWithCleanups>(Cond)) { in getTrylockCallExpr() local1347 return getTrylockCallExpr(EWC->getSubExpr(), C, Negate); in getTrylockCallExpr()1984 if (ExprWithCleanups *EWC = dyn_cast_or_null<ExprWithCleanups>(E)) in VisitDeclStmt() local1985 E = EWC->getSubExpr(); in VisitDeclStmt()
1113 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Init)) { in getReferenceInitTemporaryType() local1114 Init = EWC->getSubExpr(); in getReferenceInitTemporaryType()1316 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Init)) in addLocalScopeForVarDecl() local1317 Init = EWC->getSubExpr(); in addLocalScopeForVarDecl()
861 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Ex)) in peelOffOuterExpr() local862 return peelOffOuterExpr(EWC->getSubExpr(), N); in peelOffOuterExpr()
1676 if (const auto *EWC = dyn_cast<ExprWithCleanups>(CS)) in EmitOMPAtomicDirective() local1677 enterFullExpression(EWC); in EmitOMPAtomicDirective()