Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp315 const Expr *E = ACC->getCallLikeExpr(); in computeObjectUnderConstruction()
487 State, {ACC->getCallLikeExpr(), ACC->getIndex()}, LCtx, V); in updateObjectsUnderConstruction()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DConstructionContext.h675 const Expr *getCallLikeExpr() const { return CE; } in getCallLikeExpr() function
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp5665 Helper.handledStmt(const_cast<Expr *>(ACC->getCallLikeExpr()), OS); in print_construction_context()