Home
last modified time | relevance | path

Searched refs:CtorExpr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp863 const CXXConstructExpr *CtorExpr = Ctor.getOriginExpr(); in mayInlineCallKind() local
874 if (!shouldInlineArrayConstruction(Pred->getState(), CtorExpr, CurLC)) in mayInlineCallKind()
892 if (CtorExpr->getConstructionKind() == CXXConstructionKind::Complete) { in mayInlineCallKind()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8577 if (const auto *CtorExpr = dyn_cast<CXXConstructExpr>(E)) { in AST_MATCHER_P() local
8578 if (CtorExpr->isElidable()) { in AST_MATCHER_P()
8580 dyn_cast<MaterializeTemporaryExpr>(CtorExpr->getArg(0))) { in AST_MATCHER_P()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2304 const auto *CtorExpr = cast<CXXConstructExpr>(Operation); in handleUnsafeOperationInContainer() local
2305 Loc = CtorExpr->getLocation(); in handleUnsafeOperationInContainer()