Searched refs:getConstructExpr (Results 1 – 6 of 6) sorted by relevance
36 getConstructExpr(const CXXCtorInitializer &CtorInit) { in getConstructExpr() function154 const CXXConstructExpr *Construct = getConstructExpr(*CtorInit); in check()
79 const auto *CtrE = New->getConstructExpr(); in check()
353 if (const auto *CE = New->getConstructExpr()) { in replaceNew()375 if (const auto *NewConstruct = New->getConstructExpr()) { in replaceNew()
1586 const CXXConstructExpr *ConstructE = NE->getConstructExpr(); in hasNonTrivialConstructorCall()
2343 const CXXConstructExpr *getConstructExpr() const { in getConstructExpr() function
4781 const_cast<CXXConstructExpr *>(NE->getConstructExpr())); in VisitCXXNewExpr()