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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h412 void VisitCXXNewExpr(const CXXNewExpr *CNE, ExplodedNode *Pred,
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp271 void ExprEngine::VisitCXXNewExpr(const CXXNewExpr *CNE, ExplodedNode *Pred, function in class:ExprEngine
H A DExprEngine.cpp851 VisitCXXNewExpr(cast<CXXNewExpr>(S), Pred, PostVisit);
/external/clang/lib/AST/
H A DStmtProfile.cpp835 void StmtProfiler::VisitCXXNewExpr(const CXXNewExpr *S) { function in class:StmtProfiler
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1231 void ASTStmtWriter::VisitCXXNewExpr(CXXNewExpr *E) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp1239 void ASTStmtReader::VisitCXXNewExpr(CXXNewExpr *E) { function in class:ASTStmtReader
/external/clang/tools/libclang/
H A DCIndex.cpp1797 void VisitCXXNewExpr(const CXXNewExpr *E);
1926 void EnqueueVisitor::VisitCXXNewExpr(const CXXNewExpr *E) { function in class:EnqueueVisitor
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp356 Value *VisitCXXNewExpr(const CXXNewExpr *E) { function in class:__anon3728::ScalarExprEmitter
/external/clang/lib/Sema/
H A DSemaExpr.cpp11384 void VisitCXXNewExpr(CXXNewExpr *E) { function in class:__anon3898::EvaluatedExprMarker
11389 Inherited::VisitCXXNewExpr(E);

Completed in 237 milliseconds