Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCFG.cpp473 CFGBlock *VisitObjCAtThrowStmt(ObjCAtThrowStmt *S);
1572 return VisitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(S)); in Visit()
2875 CFGBlock *CFGBuilder::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in __anon30bb6a660111::CFGBuilder
/external/clang/lib/AST/
DStmtProfile.cpp251 void StmtProfiler::VisitObjCAtThrowStmt(const ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in StmtProfiler
DStmtPrinter.cpp491 void StmtPrinter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *Node) { in VisitObjCAtThrowStmt() function in StmtPrinter
DASTImporter.cpp217 Stmt *VisitObjCAtThrowStmt(ObjCAtThrowStmt *S);
5312 Stmt *ASTNodeImporter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in ASTNodeImporter
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp593 CFGBlock *VisitObjCAtThrowStmt(ObjCAtThrowStmt *S);
2284 return VisitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(S)); in Visit()
3837 CFGBlock *CFGBuilder::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in CFGBuilder
/external/llvm-project/clang/lib/AST/
DStmtProfile.cpp399 void StmtProfiler::VisitObjCAtThrowStmt(const ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in StmtProfiler
DStmtPrinter.cpp536 void StmtPrinter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *Node) { in VisitObjCAtThrowStmt() function in StmtPrinter
DASTImporter.cpp580 ExpectedStmt VisitObjCAtThrowStmt(ObjCAtThrowStmt *S);
6420 ExpectedStmt ASTNodeImporter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in ASTNodeImporter
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp1490 void ASTStmtWriter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in ASTStmtWriter
DASTReaderStmt.cpp1610 void ASTStmtReader::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in ASTStmtReader
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1132 void ASTStmtWriter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in ASTStmtWriter
DASTReaderStmt.cpp1173 void ASTStmtReader::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in ASTStmtReader