Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1048 const CXXConstructExpr *ConstructE = NE->getConstructExpr(); in treatUnusedNewEscaped()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h2102 const CXXConstructExpr *getConstructExpr() const { in getConstructExpr() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp4325 const_cast<CXXConstructExpr *>(NE->getConstructExpr())); in VisitCXXNewExpr()