Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTDumper.cpp548 void VisitObjCAtCatchStmt(const ObjCAtCatchStmt *Node);
2218 void ASTDumper::VisitObjCAtCatchStmt(const ObjCAtCatchStmt *Node) { in VisitObjCAtCatchStmt() function in ASTDumper
DStmtProfile.cpp231 void StmtProfiler::VisitObjCAtCatchStmt(const ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt() function in StmtProfiler
DStmtPrinter.cpp487 void StmtPrinter::VisitObjCAtCatchStmt (ObjCAtCatchStmt *Node) { in VisitObjCAtCatchStmt() function in StmtPrinter
DASTImporter.cpp213 Stmt *VisitObjCAtCatchStmt(ObjCAtCatchStmt *S);
5248 Stmt *ASTNodeImporter::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt() function in ASTNodeImporter
/external/clang/lib/Analysis/
DCFG.cpp471 CFGBlock *VisitObjCAtCatchStmt(ObjCAtCatchStmt *S);
1563 return VisitObjCAtCatchStmt(cast<ObjCAtCatchStmt>(S)); in Visit()
2869 CFGBlock *CFGBuilder::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt() function in __anonddca03440111::CFGBuilder
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1093 void ASTStmtWriter::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt() function in ASTStmtWriter
DASTReaderStmt.cpp1132 void ASTStmtReader::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt() function in ASTStmtReader