Searched refs:VisitExprWithCleanups (Results 1 - 11 of 11) sorted by relevance

/external/clang/lib/AST/
H A DASTDumper.cpp538 void VisitExprWithCleanups(const ExprWithCleanups *Node);
2161 void ASTDumper::VisitExprWithCleanups(const ExprWithCleanups *Node) { function in class:ASTDumper
H A DStmtPrinter.cpp2234 void StmtPrinter::VisitExprWithCleanups(ExprWithCleanups *E) { function in class:StmtPrinter
H A DStmtProfile.cpp1437 void StmtProfiler::VisitExprWithCleanups(const ExprWithCleanups *S) { function in class:StmtProfiler
H A DExprConstant.cpp4258 bool VisitExprWithCleanups(const ExprWithCleanups *E) function in class:__anon1129::ExprEvaluatorBase
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp181 void VisitExprWithCleanups(ExprWithCleanups *E);
1016 void AggExprEmitter::VisitExprWithCleanups(ExprWithCleanups *E) { function in class:AggExprEmitter
H A DCGExprComplex.cpp201 ComplexPairTy VisitExprWithCleanups(ExprWithCleanups *E) { function in class:__anon1261::ComplexExprEmitter
H A DCGExprConstant.cpp767 llvm::Constant *VisitExprWithCleanups(ExprWithCleanups *E) { function in class:__anon1264::ConstExprEmitter
H A DCGExprScalar.cpp401 Value *VisitExprWithCleanups(ExprWithCleanups *E) { function in class:__anon1266::ScalarExprEmitter
/external/clang/lib/Analysis/
H A DCFG.cpp456 CFGBlock *VisitExprWithCleanups(ExprWithCleanups *E, AddStmtChoice asc);
1484 return VisitExprWithCleanups(cast<ExprWithCleanups>(S), asc);
3528 CFGBlock *CFGBuilder::VisitExprWithCleanups(ExprWithCleanups *E, function in class:__anon1186::CFGBuilder
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1438 void ASTStmtWriter::VisitExprWithCleanups(ExprWithCleanups *E) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp1453 void ASTStmtReader::VisitExprWithCleanups(ExprWithCleanups *E) { function in class:ASTStmtReader

Completed in 188 milliseconds