Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DConstructionContext.h650 const Expr *getCallLikeExpr() const { return CE; } in getCallLikeExpr() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp314 const Expr *E = ACC->getCallLikeExpr(); in prepareForObjectConstruction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp5100 Helper.handledStmt(const_cast<Expr *>(ACC->getCallLikeExpr()), OS); in print_construction_context()