Home
last modified time | relevance | path

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

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