Searched refs:VisitCXXNewExpr (Results 1 - 10 of 10) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h429 void VisitCXXNewExpr(const CXXNewExpr *CNE, ExplodedNode *Pred,
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp370 void ExprEngine::VisitCXXNewExpr(const CXXNewExpr *CNE, ExplodedNode *Pred, function in class:ExprEngine
H A DExprEngine.cpp999 VisitCXXNewExpr(cast<CXXNewExpr>(S), Pred, PostVisit);
/external/clang/lib/AST/
H A DStmtProfile.cpp1001 void StmtProfiler::VisitCXXNewExpr(const CXXNewExpr *S) { function in class:StmtProfiler
/external/clang/lib/Analysis/
H A DCFG.cpp366 CFGBlock *VisitCXXNewExpr(CXXNewExpr *DE, AddStmtChoice asc);
1381 return VisitCXXNewExpr(cast<CXXNewExpr>(S), asc);
3386 CFGBlock *CFGBuilder::VisitCXXNewExpr(CXXNewExpr *NE, function in class:__anon17770::CFGBuilder
/external/clang/tools/libclang/
H A DCIndex.cpp1820 void VisitCXXNewExpr(const CXXNewExpr *E);
2049 void EnqueueVisitor::VisitCXXNewExpr(const CXXNewExpr *E) { function in class:EnqueueVisitor
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp366 Value *VisitCXXNewExpr(const CXXNewExpr *E) { function in class:__anon17838::ScalarExprEmitter
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1345 void ASTStmtReader::VisitCXXNewExpr(CXXNewExpr *E) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp1319 void ASTStmtWriter::VisitCXXNewExpr(CXXNewExpr *E) { function in class:ASTStmtWriter
/external/clang/lib/Sema/
H A DSemaExpr.cpp12697 void VisitCXXNewExpr(CXXNewExpr *E) { function in class:__anon18051::EvaluatedExprMarker
12702 Inherited::VisitCXXNewExpr(E);

Completed in 197 milliseconds