Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1630 void VisitObjCAtThrowStmt(const ObjCAtThrowStmt *) { in VisitObjCAtThrowStmt() function in __anon9bc1fd290111::CalledOnceChecker
H A DCFG.cpp593 CFGBlock *VisitObjCAtThrowStmt(ObjCAtThrowStmt *S);
2291 return VisitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(S)); in Visit()
3844 CFGBlock *CFGBuilder::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in CFGBuilder
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp399 void StmtProfiler::VisitObjCAtThrowStmt(const ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in StmtProfiler
H A DStmtPrinter.cpp536 void StmtPrinter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *Node) { in VisitObjCAtThrowStmt() function in StmtPrinter
H A DASTImporter.cpp592 ExpectedStmt VisitObjCAtThrowStmt(ObjCAtThrowStmt *S);
6626 ExpectedStmt ASTNodeImporter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in ASTNodeImporter
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1502 void ASTStmtWriter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in ASTStmtWriter
H A DASTReaderStmt.cpp1621 void ASTStmtReader::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in ASTStmtReader