Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DNonConstParameterCheck.cpp201 } else if (const auto *CLE = dyn_cast<CompoundLiteralExpr>(E)) { in markCanNotBeConst() local
/external/llvm-project/clang/lib/Sema/
DJumpDiagnostics.cpp283 void JumpScopeChecker::BuildScopeInformation(CompoundLiteralExpr *CLE, in BuildScopeInformation()
549 else if (auto *CLE = EWC->getObject(i).dyn_cast<CompoundLiteralExpr *>()) in BuildScopeInformation() local
DSemaChecking.cpp4269 if (const CompoundLiteralExpr *CLE = in CheckNonNullExpr() local
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1023 CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E); in EmitLValue() local
/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp1342 } else if (auto *CLE = CO.dyn_cast<CompoundLiteralExpr *>()) { in VisitExprWithCleanups() local
DTextNodeDumper.cpp679 else if (auto *CLE = C.dyn_cast<CompoundLiteralExpr *>()) in dumpCleanupObject() local
DExpr.cpp3688 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(this)){ in isNullPointerConstant() local
DExprConstant.cpp1987 const CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E); in IsGlobalLValue() local
4217 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(Base)) { in handleLValueToRValueConversion() local
DASTImporter.cpp8058 if (auto *CLE = From.dyn_cast<CompoundLiteralExpr *>()) { in Import() local
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp1834 } else if (auto *CLE = Obj.dyn_cast<CompoundLiteralExpr *>()) { in VisitExprWithCleanups() local
/external/llvm-project/clang/lib/CodeGen/
DCGExprConstant.cpp2170 const CompoundLiteralExpr *CLE, llvm::GlobalVariable *GV) { in setAddrOfConstantCompoundLiteral()
/external/clang/lib/AST/
DExpr.cpp3214 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(this)){ in isNullPointerConstant() local
DExprConstant.cpp1353 const CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E); in IsGlobalLValue() local
2907 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(Base)) { in handleLValueToRValueConversion() local
/external/clang/lib/Sema/
DSemaChecking.cpp1909 if (const CompoundLiteralExpr *CLE = in CheckNonNullExpr() local