Searched refs:getConstructExpr (Results 1 – 8 of 8) sorted by relevance
43 getConstructExpr(const CXXCtorInitializer &CtorInit) { in getConstructExpr() function162 const CXXConstructExpr *Construct = getConstructExpr(*CtorInit); in check()
79 const auto *CtrE = New->getConstructExpr(); in check()
354 if (const auto *CE = New->getConstructExpr()) { in replaceNew()376 if (const auto *NewConstruct = New->getConstructExpr()) { in replaceNew()
937 const CXXConstructExpr *ConstructE = NE->getConstructExpr(); in treatUnusedNewEscaped()
1378 const CXXConstructExpr *ConstructE = NE->getConstructExpr(); in hasNonTrivialConstructorCall()
1940 const CXXConstructExpr* getConstructExpr() const { in getConstructExpr() function
2316 const CXXConstructExpr *getConstructExpr() const { in getConstructExpr() function
4556 const_cast<CXXConstructExpr *>(NE->getConstructExpr())); in VisitCXXNewExpr()