Searched refs:VisitCXXThrowExpr (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp286 void VisitCXXThrowExpr(const CXXThrowExpr *E) { function in struct:__anon1152::ComputeRegionCounts
H A DCoverageMappingGen.cpp592 void VisitCXXThrowExpr(const CXXThrowExpr *E) { function in struct:__anon1158::CounterCoverageMappingBuilder
H A DCGExprAgg.cpp200 void VisitCXXThrowExpr(const CXXThrowExpr *E) { CGF.EmitCXXThrowExpr(E); } function in class:__anon1117::AggExprEmitter
H A DCGExprScalar.cpp440 Value *VisitCXXThrowExpr(const CXXThrowExpr *E) { function in class:__anon1126::ScalarExprEmitter
/external/clang/lib/Analysis/
H A DCFG.cpp450 CFGBlock *VisitCXXThrowExpr(CXXThrowExpr *T);
1518 return VisitCXXThrowExpr(cast<CXXThrowExpr>(S));
2880 CFGBlock *CFGBuilder::VisitCXXThrowExpr(CXXThrowExpr *T) { function in class:__anon1044::CFGBuilder
/external/clang/lib/AST/
H A DStmtPrinter.cpp1858 void StmtPrinter::VisitCXXThrowExpr(CXXThrowExpr *Node) { function in class:StmtPrinter
H A DStmtProfile.cpp1173 void StmtProfiler::VisitCXXThrowExpr(const CXXThrowExpr *S) { function in class:StmtProfiler
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1354 void ASTStmtReader::VisitCXXThrowExpr(CXXThrowExpr *E) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp1327 void ASTStmtWriter::VisitCXXThrowExpr(CXXThrowExpr *E) { function in class:ASTStmtWriter

Completed in 441 milliseconds