Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp291 void JumpScopeChecker::BuildScopeInformation(CompoundLiteralExpr *CLE, in BuildScopeInformation()
568 else if (auto *CLE = dyn_cast<CompoundLiteralExpr *>(EWC->getObject(i))) in BuildScopeInformation() local
H A DCheckExprLifetime.cpp817 if (auto *CLE = dyn_cast<CompoundLiteralExpr>(Init)) { in visitLocalsRetainedByReferenceBinding() local
1519 } else if (auto *CLE = dyn_cast<CompoundLiteralExpr>(L)) { in checkExprLifetimeImpl() local
H A DSemaChecking.cpp3319 if (const auto *CLE = dyn_cast<CompoundLiteralExpr>(Expr)) in CheckNonNullExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1549 } else if (auto *CLE = dyn_cast<CompoundLiteralExpr *>(CO)) { in VisitExprWithCleanups() local
H A DTextNodeDumper.cpp1004 else if (auto *CLE = dyn_cast<CompoundLiteralExpr *>(C)) in dumpCleanupObject() local
H A DExpr.cpp4056 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(this)){ in isNullPointerConstant() local
H A DExprConstant.cpp2122 const CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E); in IsGlobalLValue() local
4542 } else if (const CompoundLiteralExpr *CLE = in findCompleteObject() local
H A DASTImporter.cpp9463 if (auto *CLE = From.dyn_cast<CompoundLiteralExpr *>()) { in Import() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1999 } else if (auto *CLE = Obj.dyn_cast<CompoundLiteralExpr *>()) { in VisitExprWithCleanups() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2589 const CompoundLiteralExpr *CLE, llvm::GlobalVariable *GV) { in setAddrOfConstantCompoundLiteral()