Home
last modified time | relevance | path

Searched defs:CLE (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DNonConstParameterCheck.cpp214 } else if (const auto *CLE = dyn_cast<CompoundLiteralExpr>(E)) { markCanNotBeConst() local
/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp292 void JumpScopeChecker::BuildScopeInformation(CompoundLiteralExpr *CLE, in BuildScopeInformation() argument
569 else if (auto *CLE = dyn_cast<CompoundLiteralExpr *>(EWC->getObject(i))) in BuildScopeInformation() local
H A DCheckExprLifetime.cpp606 if (auto *CLE = dyn_cast<CompoundLiteralExpr>(Init)) { visitLocalsRetainedByReferenceBinding() local
1188 } else if (auto *CLE = dyn_cast<CompoundLiteralExpr>(L)) { checkExprLifetimeImpl() local
H A DSemaChecking.cpp2988 if (const auto *CLE = dyn_cast<CompoundLiteralExpr>(Expr)) CheckNonNullExpr() local
/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1536 } else if (auto *CLE = CO.dyn_cast<CompoundLiteralExpr *>()) { VisitExprWithCleanups() local
H A DTextNodeDumper.cpp869 else if (auto *CLE = C.dyn_cast<CompoundLiteralExpr *>()) dumpCleanupObject() local
H A DExpr.cpp4029 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(this)){ isNullPointerConstant() local
H A DExprConstant.cpp2079 const CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E); IsGlobalLValue() local
4334 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(Base)) { handleLValueToRValueConversion() local
H A DASTImporter.cpp9044 if (auto *CLE = From.dyn_cast<CompoundLiteralExpr *>()) { Import() local
/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1976 } else if (auto *CLE = Obj.dyn_cast<CompoundLiteralExpr *>()) { VisitExprWithCleanups() local
/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2426 setAddrOfConstantCompoundLiteral(const CompoundLiteralExpr * CLE,llvm::GlobalVariable * GV) setAddrOfConstantCompoundLiteral() argument