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

/external/clang/lib/AST/
H A DASTDumper.cpp337 void VisitExprWithCleanups(const ExprWithCleanups *Node);
1871 void ASTDumper::VisitExprWithCleanups(const ExprWithCleanups *Node) { function in class:ASTDumper
H A DStmtPrinter.cpp1803 void StmtPrinter::VisitExprWithCleanups(ExprWithCleanups *E) { function in class:StmtPrinter
H A DStmtProfile.cpp1073 void StmtProfiler::VisitExprWithCleanups(const ExprWithCleanups *S) { function in class:StmtProfiler
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp172 void VisitExprWithCleanups(ExprWithCleanups *E);
990 void AggExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { function in class:AggExprEmitter
H A DCGExprComplex.cpp194 ComplexPairTy VisitExprWithCleanups(ExprWithCleanups *E) { function in class:__anon17835::ComplexExprEmitter
H A DCGExprScalar.cpp358 Value *VisitExprWithCleanups(ExprWithCleanups *E) { function in class:__anon17838::ScalarExprEmitter
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1373 void ASTStmtWriter::VisitExprWithCleanups(ExprWithCleanups *E) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp1397 void ASTStmtReader::VisitExprWithCleanups(ExprWithCleanups *E) { function in class:ASTStmtReader
/external/clang/lib/Analysis/
H A DCFG.cpp379 CFGBlock *VisitExprWithCleanups(ExprWithCleanups *E, AddStmtChoice asc);
1359 return VisitExprWithCleanups(cast<ExprWithCleanups>(S), asc);
3352 CFGBlock *CFGBuilder::VisitExprWithCleanups(ExprWithCleanups *E, function in class:__anon17770::CFGBuilder

Completed in 532 milliseconds