Searched refs:VisitCXXCatchStmt (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h630 void VisitCXXCatchStmt(const CXXCatchStmt *Node) { function in class:clang::ASTNodeTraverser
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp671 void VisitCXXCatchStmt(const CXXCatchStmt *S) { function in struct:__anon1801::ComputeRegionCounts
H A DCoverageMappingGen.cpp1242 void VisitCXXCatchStmt(const CXXCatchStmt *S) { function in namespace:__anon1810
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp939 void ExprEngine::VisitCXXCatchStmt(const CXXCatchStmt *CS, ExplodedNode *Pred, function in class:ExprEngine
H A DExprEngine.cpp1617 VisitCXXCatchStmt(cast<CXXCatchStmt>(S), Pred, Dst);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h552 void VisitCXXCatchStmt(const CXXCatchStmt *CS, ExplodedNode *Pred,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp556 CFGBlock *VisitCXXCatchStmt(CXXCatchStmt *S);
2182 return VisitCXXCatchStmt(cast<CXXCatchStmt>(S));
4312 CFGBlock *CatchBlock = VisitCXXCatchStmt(CS);
4338 CFGBlock *CFGBuilder::VisitCXXCatchStmt(CXXCatchStmt *CS) { function in class:CFGBuilder
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp574 void StmtPrinter::VisitCXXCatchStmt(CXXCatchStmt *Node) { function in class:StmtPrinter
H A DStmtProfile.cpp335 void StmtProfiler::VisitCXXCatchStmt(const CXXCatchStmt *S) { function in class:StmtProfiler
H A DASTImporter.cpp566 ExpectedStmt VisitCXXCatchStmt(CXXCatchStmt *S);
6218 ExpectedStmt ASTNodeImporter::VisitCXXCatchStmt(CXXCatchStmt *S) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1619 void ASTStmtReader::VisitCXXCatchStmt(CXXCatchStmt *S) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp1504 void ASTStmtWriter::VisitCXXCatchStmt(CXXCatchStmt *S) { function in class:ASTStmtWriter

Completed in 369 milliseconds