Searched defs:CLE (Results 1 – 11 of 11) sorted by relevance
214 } else if (const auto *CLE = dyn_cast<CompoundLiteralExpr>(E)) { markCanNotBeConst() local
292 void JumpScopeChecker::BuildScopeInformation(CompoundLiteralExpr *CLE, in BuildScopeInformation() argument 569 else if (auto *CLE = dyn_cast<CompoundLiteralExpr *>(EWC->getObject(i))) in BuildScopeInformation() local
606 if (auto *CLE = dyn_cast<CompoundLiteralExpr>(Init)) { visitLocalsRetainedByReferenceBinding() local 1188 } else if (auto *CLE = dyn_cast<CompoundLiteralExpr>(L)) { checkExprLifetimeImpl() local
2988 if (const auto *CLE = dyn_cast<CompoundLiteralExpr>(Expr)) CheckNonNullExpr() local
1536 } else if (auto *CLE = CO.dyn_cast<CompoundLiteralExpr *>()) { VisitExprWithCleanups() local
869 else if (auto *CLE = C.dyn_cast<CompoundLiteralExpr *>()) dumpCleanupObject() local
4029 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(this)){ isNullPointerConstant() local
2079 const CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E); IsGlobalLValue() local 4334 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(Base)) { handleLValueToRValueConversion() local
9044 if (auto *CLE = From.dyn_cast<CompoundLiteralExpr *>()) { Import() local
1976 } else if (auto *CLE = Obj.dyn_cast<CompoundLiteralExpr *>()) { VisitExprWithCleanups() local
2426 setAddrOfConstantCompoundLiteral(const CompoundLiteralExpr * CLE,llvm::GlobalVariable * GV) setAddrOfConstantCompoundLiteral() argument