Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h300 void VisitObjCAtCatchStmt(const ObjCAtCatchStmt *Node);
H A DJSONNodeDumper.h334 void VisitObjCAtCatchStmt(const ObjCAtCatchStmt *OACS);
H A DASTNodeTraverser.h793 void VisitObjCAtCatchStmt(const ObjCAtCatchStmt *Node) { in VisitObjCAtCatchStmt() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp609 CFGBlock *VisitObjCAtCatchStmt(ObjCAtCatchStmt *S);
2348 return VisitObjCAtCatchStmt(cast<ObjCAtCatchStmt>(S)); in Visit()
4016 CFGBlock *CFGBuilder::VisitObjCAtCatchStmt(ObjCAtCatchStmt *CS) { in VisitObjCAtCatchStmt() function in CFGBuilder
4097 CFGBlock *CatchBlock = VisitObjCAtCatchStmt(CS); in VisitObjCAtTryStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1630 void JSONNodeDumper::VisitObjCAtCatchStmt(const ObjCAtCatchStmt* OACS) { in VisitObjCAtCatchStmt() function in JSONNodeDumper
H A DStmtProfile.cpp399 void StmtProfiler::VisitObjCAtCatchStmt(const ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt() function in StmtProfiler
H A DTextNodeDumper.cpp1452 void TextNodeDumper::VisitObjCAtCatchStmt(const ObjCAtCatchStmt *Node) { in VisitObjCAtCatchStmt() function in TextNodeDumper
H A DStmtPrinter.cpp613 void StmtPrinter::VisitObjCAtCatchStmt (ObjCAtCatchStmt *Node) { in VisitObjCAtCatchStmt() function in StmtPrinter
H A DASTImporter.cpp560 ExpectedStmt VisitObjCAtCatchStmt(ObjCAtCatchStmt *S);
7059 ExpectedStmt ASTNodeImporter::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt() function in ASTNodeImporter
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1555 void ASTStmtWriter::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt() function in ASTStmtWriter
H A DASTReaderStmt.cpp1600 void ASTStmtReader::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { in VisitObjCAtCatchStmt() function in ASTStmtReader