Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCFG.cpp392 CFGBlock *VisitObjCAtThrowStmt(ObjCAtThrowStmt *S);
1180 return VisitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(S)); in Visit()
2430 CFGBlock *CFGBuilder::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in __anone283c7e90111::CFGBuilder
/external/clang/lib/AST/
DStmtProfile.cpp246 void StmtProfiler::VisitObjCAtThrowStmt(const ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in StmtProfiler
DStmtPrinter.cpp493 void StmtPrinter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *Node) { in VisitObjCAtThrowStmt() function in StmtPrinter
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1066 void ASTStmtWriter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in ASTStmtWriter
DASTReaderStmt.cpp1119 void ASTStmtReader::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in ASTStmtReader