Searched refs:VisitObjCAtCatchStmt (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h311 void VisitObjCAtCatchStmt(const ObjCAtCatchStmt *OACS);
H A DTextNodeDumper.h266 void VisitObjCAtCatchStmt(const ObjCAtCatchStmt *Node);
H A DASTNodeTraverser.h686 void VisitObjCAtCatchStmt(const ObjCAtCatchStmt *Node) { function in class:clang::ASTNodeTraverser
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp593 CFGBlock *VisitObjCAtCatchStmt(ObjCAtCatchStmt *S);
2277 return VisitObjCAtCatchStmt(cast<ObjCAtCatchStmt>(S));
3812 CFGBlock *CFGBuilder::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { function in class:CFGBuilder
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1450 void JSONNodeDumper::VisitObjCAtCatchStmt(const ObjCAtCatchStmt* OACS) { function in class:JSONNodeDumper
H A DStmtPrinter.cpp535 void StmtPrinter::VisitObjCAtCatchStmt (ObjCAtCatchStmt *Node) { function in class:StmtPrinter
H A DStmtProfile.cpp378 void StmtProfiler::VisitObjCAtCatchStmt(const ObjCAtCatchStmt *S) { function in class:StmtProfiler
H A DASTImporter.cpp582 ExpectedStmt VisitObjCAtCatchStmt(ObjCAtCatchStmt *S);
6281 ExpectedStmt ASTNodeImporter::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { function in class:ASTNodeImporter
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1455 void ASTStmtReader::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp1349 void ASTStmtWriter::VisitObjCAtCatchStmt(ObjCAtCatchStmt *S) { function in class:ASTStmtWriter

Completed in 124 milliseconds