Home
last modified time | relevance | path

Searched refs:VisitObjCAtCatchStmt (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/AST/
DStmtDumper.cpp166 void VisitObjCAtCatchStmt(ObjCAtCatchStmt *Node);
640 void StmtDumper::VisitObjCAtCatchStmt(ObjCAtCatchStmt *Node) { in VisitObjCAtCatchStmt() function in StmtDumper
DStmtProfile.cpp217 void StmtProfiler::VisitObjCAtCatchStmt(const ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt() function in StmtProfiler
DStmtPrinter.cpp464 void StmtPrinter::VisitObjCAtCatchStmt (ObjCAtCatchStmt *Node) { in VisitObjCAtCatchStmt() function in StmtPrinter
/external/clang/lib/Analysis/
DCFG.cpp348 CFGBlock *VisitObjCAtCatchStmt(ObjCAtCatchStmt *S);
1083 return VisitObjCAtCatchStmt(cast<ObjCAtCatchStmt>(S)); in Visit()
2215 CFGBlock *CFGBuilder::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt() function in __anon7207fde30111::CFGBuilder
/external/clang/lib/Serialization/
DASTWriterStmt.cpp947 void ASTStmtWriter::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt() function in ASTStmtWriter
DASTReaderStmt.cpp979 void ASTStmtReader::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt() function in ASTStmtReader