Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp290 BuildScopeInformation(CompoundLiteralExpr * CLE,unsigned & ParentScope) BuildScopeInformation() argument
567 else if (auto *CLE = EWC->getObject(i).dyn_cast<CompoundLiteralExpr *>()) BuildScopeInformation() local
H A DSemaChecking.cpp7199 if (const CompoundLiteralExpr *CLE = CheckNonNullExpr() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1500 } else if (auto *CLE = CO.dyn_cast<CompoundLiteralExpr *>()) { VisitExprWithCleanups() local
H A DTextNodeDumper.cpp755 else if (auto *CLE = C.dyn_cast<CompoundLiteralExpr *>()) dumpCleanupObject() local
H A DExpr.cpp3954 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(this)){ isNullPointerConstant() local
H A DExprConstant.cpp2072 const CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E); IsGlobalLValue() local
4314 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(Base)) { handleLValueToRValueConversion() local
H A DASTImporter.cpp8947 if (auto *CLE = From.dyn_cast<CompoundLiteralExpr *>()) { Import() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2231 setAddrOfConstantCompoundLiteral(const CompoundLiteralExpr * CLE,llvm::GlobalVariable * GV) setAddrOfConstantCompoundLiteral() argument
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1963 } else if (auto *CLE = Obj.dyn_cast<CompoundLiteralExpr *>()) { VisitExprWithCleanups() local