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

/external/clang/lib/AST/
H A DStmtProfile.cpp237 void StmtProfiler::VisitObjCAtThrowStmt(const ObjCAtThrowStmt *S) { function in class:StmtProfiler
H A DStmtPrinter.cpp468 void StmtPrinter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *Node) { function in class:StmtPrinter
/external/clang/lib/Analysis/
H A DCFG.cpp351 CFGBlock *VisitObjCAtThrowStmt(ObjCAtThrowStmt *S);
1092 return VisitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(S));
2221 CFGBlock *CFGBuilder::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { function in class:__anon3094::CFGBuilder
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp986 void ASTStmtWriter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp1020 void ASTStmtReader::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { function in class:ASTStmtReader

Completed in 39 milliseconds