Home
last modified time | relevance | path

Searched refs:VisitExprWithCleanups (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/AST/
DStmtDumper.cpp162 void VisitExprWithCleanups(ExprWithCleanups *Node);
590 void StmtDumper::VisitExprWithCleanups(ExprWithCleanups *Node) { in VisitExprWithCleanups() function in StmtDumper
DStmtProfile.cpp913 void StmtProfiler::VisitExprWithCleanups(const ExprWithCleanups *S) { in VisitExprWithCleanups() function in StmtProfiler
DStmtPrinter.cpp1453 void StmtPrinter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in StmtPrinter
DExprConstant.cpp2393 RetTy VisitExprWithCleanups(const ExprWithCleanups *E) in VisitExprWithCleanups() function in __anon39b33ae20511::ExprEvaluatorBase
/external/clang/lib/CodeGen/
DCGExprAgg.cpp168 void VisitExprWithCleanups(ExprWithCleanups *E);
881 void AggExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in AggExprEmitter
DCGExprComplex.cpp190 ComplexPairTy VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in __anon19772f070111::ComplexExprEmitter
DCGExprScalar.cpp342 Value *VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in __anon165fdee50111::ScalarExprEmitter
/external/clang/lib/Analysis/
DCFG.cpp338 CFGBlock *VisitExprWithCleanups(ExprWithCleanups *E, AddStmtChoice asc);
1047 return VisitExprWithCleanups(cast<ExprWithCleanups>(S), asc); in Visit()
2973 CFGBlock *CFGBuilder::VisitExprWithCleanups(ExprWithCleanups *E, in VisitExprWithCleanups() function in __anonecdbebe50111::CFGBuilder
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1280 void ASTStmtWriter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTStmtWriter
DASTReaderStmt.cpp1285 void ASTStmtReader::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTStmtReader