Searched defs:VisitExprWithCleanups (Results 1 - 10 of 10) sorted by relevance

/external/clang/lib/AST/
H A DStmtDumper.cpp161 void VisitExprWithCleanups(ExprWithCleanups *Node);
597 void StmtDumper::VisitExprWithCleanups(ExprWithCleanups *Node) { function in class:StmtDumper
H A DStmtProfile.cpp908 void StmtProfiler::VisitExprWithCleanups(const ExprWithCleanups *S) { function in class:StmtProfiler
H A DStmtPrinter.cpp1522 void StmtPrinter::VisitExprWithCleanups(ExprWithCleanups *E) { function in class:StmtPrinter
H A DExprConstant.cpp2477 RetTy VisitExprWithCleanups(const ExprWithCleanups *E) function in class:__anon3053::ExprEvaluatorBase
/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp190 ComplexPairTy VisitExprWithCleanups(ExprWithCleanups *E) { function in class:__anon3148::ComplexExprEmitter
H A DCGExprAgg.cpp165 void VisitExprWithCleanups(ExprWithCleanups *E);
796 void AggExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { function in class:AggExprEmitter
H A DCGExprScalar.cpp340 Value *VisitExprWithCleanups(ExprWithCleanups *E) { function in class:__anon3151::ScalarExprEmitter
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1274 void ASTStmtReader::VisitExprWithCleanups(ExprWithCleanups *E) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp1270 void ASTStmtWriter::VisitExprWithCleanups(ExprWithCleanups *E) { function in class:ASTStmtWriter
/external/clang/lib/Analysis/
H A DCFG.cpp316 CFGBlock *VisitExprWithCleanups(ExprWithCleanups *E,
1020 return VisitExprWithCleanups(cast<ExprWithCleanups>(S), asc);
2852 CFGBlock *CFGBuilder::VisitExprWithCleanups(ExprWithCleanups *E, function in class:__anon3094::CFGBuilder

Completed in 3517 milliseconds