Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprAgg.cpp180 void VisitExprWithCleanups(ExprWithCleanups *E);
1009 void AggExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in AggExprEmitter
DCGExprComplex.cpp201 ComplexPairTy VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in __anon9db9ca060111::ComplexExprEmitter
DCGExprScalar.cpp401 Value *VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in __anon412b96040111::ScalarExprEmitter
/external/clang/lib/AST/
DASTDumper.cpp520 void VisitExprWithCleanups(const ExprWithCleanups *Node);
2014 void ASTDumper::VisitExprWithCleanups(const ExprWithCleanups *Node) { in VisitExprWithCleanups() function in ASTDumper
DStmtProfile.cpp1317 void StmtProfiler::VisitExprWithCleanups(const ExprWithCleanups *S) { in VisitExprWithCleanups() function in StmtProfiler
DStmtPrinter.cpp2099 void StmtPrinter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in StmtPrinter
DExprConstant.cpp4111 bool VisitExprWithCleanups(const ExprWithCleanups *E) in VisitExprWithCleanups() function in __anonafda3a810a11::ExprEvaluatorBase
/external/clang/lib/Analysis/
DCFG.cpp456 CFGBlock *VisitExprWithCleanups(ExprWithCleanups *E, AddStmtChoice asc);
1484 return VisitExprWithCleanups(cast<ExprWithCleanups>(S), asc); in Visit()
3496 CFGBlock *CFGBuilder::VisitExprWithCleanups(ExprWithCleanups *E, in VisitExprWithCleanups() function in __anon070df4040111::CFGBuilder
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1424 void ASTStmtWriter::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTStmtWriter
DASTReaderStmt.cpp1440 void ASTStmtReader::VisitExprWithCleanups(ExprWithCleanups *E) { in VisitExprWithCleanups() function in ASTStmtReader