Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCFG.cpp354 CFGBlock *VisitObjCAtThrowStmt(ObjCAtThrowStmt *S);
1124 return VisitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(S)); in Visit()
2342 CFGBlock *CFGBuilder::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in __anonecdbebe50111::CFGBuilder
/external/clang/lib/AST/
DStmtProfile.cpp242 void StmtProfiler::VisitObjCAtThrowStmt(const ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in StmtProfiler
DStmtPrinter.cpp477 void StmtPrinter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *Node) { in VisitObjCAtThrowStmt() function in StmtPrinter
/external/clang/lib/Serialization/
DASTWriterStmt.cpp995 void ASTStmtWriter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in ASTStmtWriter
DASTReaderStmt.cpp1030 void ASTStmtReader::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in ASTStmtReader