Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1630 void VisitObjCAtThrowStmt(const ObjCAtThrowStmt *) { in VisitObjCAtThrowStmt() function in __anon2223d6250111::CalledOnceChecker
H A DCFG.cpp594 CFGBlock *VisitObjCAtThrowStmt(ObjCAtThrowStmt *S);
2290 return VisitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(S)); in Visit()
3976 CFGBlock *CFGBuilder::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in CFGBuilder
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtProfile.cpp403 void StmtProfiler::VisitObjCAtThrowStmt(const ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in StmtProfiler
H A DStmtPrinter.cpp611 void StmtPrinter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *Node) { in VisitObjCAtThrowStmt() function in StmtPrinter
H A DASTImporter.cpp612 ExpectedStmt VisitObjCAtThrowStmt(ObjCAtThrowStmt *S);
6737 ExpectedStmt ASTNodeImporter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in ASTNodeImporter
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.cpp1898 QualType VisitObjCAtThrowStmt(const ObjCAtThrowStmt *S) { in typeForNode() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp1500 void ASTStmtWriter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in ASTStmtWriter
H A DASTReaderStmt.cpp1606 void ASTStmtReader::VisitObjCAtThrowStmt(ObjCAtThrowStmt *S) { in VisitObjCAtThrowStmt() function in ASTStmtReader