Searched refs:VisitCXXCatchStmt (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/AST/
H A DStmtProfile.cpp172 void StmtProfiler::VisitCXXCatchStmt(const CXXCatchStmt *S) { function in class:StmtProfiler
H A DStmtPrinter.cpp468 void StmtPrinter::VisitCXXCatchStmt(CXXCatchStmt *Node) { function in class:StmtPrinter
/external/clang/lib/Analysis/
H A DCFG.cpp310 CFGBlock *VisitCXXCatchStmt(CXXCatchStmt *S);
907 return VisitCXXCatchStmt(cast<CXXCatchStmt>(S));
2484 CFGBlock *CatchBlock = VisitCXXCatchStmt(CS);
2511 CFGBlock *CFGBuilder::VisitCXXCatchStmt(CXXCatchStmt *CS) { function in class:__anon2771::CFGBuilder
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp965 void ASTStmtReader::VisitCXXCatchStmt(CXXCatchStmt *S) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp928 void ASTStmtWriter::VisitCXXCatchStmt(CXXCatchStmt *S) { function in class:ASTStmtWriter

Completed in 130 milliseconds