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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h421 void VisitCXXNewExpr(const CXXNewExpr *CNE, ExplodedNode *Pred,
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp324 void ExprEngine::VisitCXXNewExpr(const CXXNewExpr *CNE, ExplodedNode *Pred, function in class:ExprEngine
H A DExprEngine.cpp926 VisitCXXNewExpr(cast<CXXNewExpr>(S), Pred, PostVisit);
/external/clang/lib/AST/
H A DStmtProfile.cpp896 void StmtProfiler::VisitCXXNewExpr(const CXXNewExpr *S) { function in class:StmtProfiler
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1313 void ASTStmtWriter::VisitCXXNewExpr(CXXNewExpr *E) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp1338 void ASTStmtReader::VisitCXXNewExpr(CXXNewExpr *E) { function in class:ASTStmtReader
/external/clang/tools/libclang/
H A DCIndex.cpp1819 void VisitCXXNewExpr(const CXXNewExpr *E);
1984 void EnqueueVisitor::VisitCXXNewExpr(const CXXNewExpr *E) { function in class:EnqueueVisitor
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp360 Value *VisitCXXNewExpr(const CXXNewExpr *E) { function in class:__anon16119::ScalarExprEmitter
/external/clang/lib/Sema/
H A DSemaExpr.cpp11959 void VisitCXXNewExpr(CXXNewExpr *E) { function in class:__anon16299::EvaluatedExprMarker
11964 Inherited::VisitCXXNewExpr(E);

Completed in 554 milliseconds