Searched defs:CLE (Results 1 – 10 of 10) sorted by relevance
291 void JumpScopeChecker::BuildScopeInformation(CompoundLiteralExpr *CLE, in BuildScopeInformation()568 else if (auto *CLE = dyn_cast<CompoundLiteralExpr *>(EWC->getObject(i))) in BuildScopeInformation() local
817 if (auto *CLE = dyn_cast<CompoundLiteralExpr>(Init)) { in visitLocalsRetainedByReferenceBinding() local1519 } else if (auto *CLE = dyn_cast<CompoundLiteralExpr>(L)) { in checkExprLifetimeImpl() local
3319 if (const auto *CLE = dyn_cast<CompoundLiteralExpr>(Expr)) in CheckNonNullExpr() local
1549 } else if (auto *CLE = dyn_cast<CompoundLiteralExpr *>(CO)) { in VisitExprWithCleanups() local
1004 else if (auto *CLE = dyn_cast<CompoundLiteralExpr *>(C)) in dumpCleanupObject() local
4056 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(this)){ in isNullPointerConstant() local
2122 const CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E); in IsGlobalLValue() local4542 } else if (const CompoundLiteralExpr *CLE = in findCompleteObject() local
9463 if (auto *CLE = From.dyn_cast<CompoundLiteralExpr *>()) { in Import() local
1999 } else if (auto *CLE = Obj.dyn_cast<CompoundLiteralExpr *>()) { in VisitExprWithCleanups() local
2589 const CompoundLiteralExpr *CLE, llvm::GlobalVariable *GV) { in setAddrOfConstantCompoundLiteral()