Searched refs:getConstructExpr (Results 1 – 6 of 6) sorted by relevance
35 getConstructExpr(const CXXCtorInitializer &CtorInit) { in getConstructExpr() function153 const CXXConstructExpr *Construct = getConstructExpr(*CtorInit); in check()
77 const auto *CtrE = New->getConstructExpr(); in check()
355 if (const auto *CE = New->getConstructExpr()) { in replaceNew()377 if (const auto *NewConstruct = New->getConstructExpr()) { in replaceNew()
1687 const CXXConstructExpr *ConstructE = NE->getConstructExpr(); in MallocMemAux()
2426 const CXXConstructExpr *getConstructExpr() const { in getConstructExpr() 2425 const CXXConstructExpr *getConstructExpr() const { getConstructExpr() function
4854 const_cast<CXXConstructExpr *>(NE->getConstructExpr())); in VisitCXXNewExpr()