Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTextNodeDumper.h291 void VisitObjCAtCatchStmt(const ObjCAtCatchStmt *Node);
H A DJSONNodeDumper.h320 void VisitObjCAtCatchStmt(const ObjCAtCatchStmt *OACS);
H A DASTNodeTraverser.h765 void VisitObjCAtCatchStmt(const ObjCAtCatchStmt *Node) { in VisitObjCAtCatchStmt() function
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp592 CFGBlock *VisitObjCAtCatchStmt(ObjCAtCatchStmt *S);
2281 return VisitObjCAtCatchStmt(cast<ObjCAtCatchStmt>(S)); in Visit()
3946 CFGBlock *CFGBuilder::VisitObjCAtCatchStmt(ObjCAtCatchStmt *CS) { in VisitObjCAtCatchStmt() function in CFGBuilder
4027 CFGBlock *CatchBlock = VisitObjCAtCatchStmt(CS); in VisitObjCAtTryStmt()
/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp1525 void JSONNodeDumper::VisitObjCAtCatchStmt(const ObjCAtCatchStmt* OACS) { in VisitObjCAtCatchStmt() function in JSONNodeDumper
H A DTextNodeDumper.cpp1327 void TextNodeDumper::VisitObjCAtCatchStmt(const ObjCAtCatchStmt *Node) { in VisitObjCAtCatchStmt() function in TextNodeDumper
H A DStmtProfile.cpp383 void StmtProfiler::VisitObjCAtCatchStmt(const ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt() function in StmtProfiler
H A DStmtPrinter.cpp607 void StmtPrinter::VisitObjCAtCatchStmt (ObjCAtCatchStmt *Node) { in VisitObjCAtCatchStmt() function in StmtPrinter
H A DASTImporter.cpp608 ExpectedStmt VisitObjCAtCatchStmt(ObjCAtCatchStmt *S);
6674 ExpectedStmt ASTNodeImporter::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt() function in ASTNodeImporter
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.cpp1901 QualType VisitObjCAtCatchStmt(const ObjCAtCatchStmt *S) { in typeForNode() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp1456 void ASTStmtWriter::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt() function in ASTStmtWriter
H A DASTReaderStmt.cpp1565 void ASTStmtReader::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt() function in ASTStmtReader