Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDExprEngine.h550 void VisitCXXCatchStmt(const CXXCatchStmt *CS, ExplodedNode *Pred,
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTNodeTraverser.h798 void VisitCXXCatchStmt(const CXXCatchStmt *Node) { in VisitCXXCatchStmt() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngineCXX.cpp1149 void ExprEngine::VisitCXXCatchStmt(const CXXCatchStmt *CS, ExplodedNode *Pred, in VisitCXXCatchStmt() function in ExprEngine
HDExprEngine.cpp2164 VisitCXXCatchStmt(cast<CXXCatchStmt>(S), Pred, Dst); in Visit()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDCFG.cpp573 CFGBlock *VisitCXXCatchStmt(CXXCatchStmt *S);
2250 return VisitCXXCatchStmt(cast<CXXCatchStmt>(S)); in Visit()
4596 CFGBlock *CatchBlock = VisitCXXCatchStmt(CS); in VisitCXXTryStmt()
4622 CFGBlock *CFGBuilder::VisitCXXCatchStmt(CXXCatchStmt *CS) { in VisitCXXCatchStmt() function in CFGBuilder
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenPGO.cpp911 void VisitCXXCatchStmt(const CXXCatchStmt *S) { in VisitCXXCatchStmt() function
HDCoverageMappingGen.cpp2090 void VisitCXXCatchStmt(const CXXCatchStmt *S) { in VisitCXXCatchStmt() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDStmtProfile.cpp355 void StmtProfiler::VisitCXXCatchStmt(const CXXCatchStmt *S) { in VisitCXXCatchStmt() function in StmtProfiler
HDStmtPrinter.cpp658 void StmtPrinter::VisitCXXCatchStmt(CXXCatchStmt *Node) { in VisitCXXCatchStmt() function in StmtPrinter
HDASTImporter.cpp556 ExpectedStmt VisitCXXCatchStmt(CXXCatchStmt *S);
7085 ExpectedStmt ASTNodeImporter::VisitCXXCatchStmt(CXXCatchStmt *S) { in VisitCXXCatchStmt() function in ASTNodeImporter
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp1634 void ASTStmtWriter::VisitCXXCatchStmt(CXXCatchStmt *S) { in VisitCXXCatchStmt() function in ASTStmtWriter
HDASTReaderStmt.cpp1672 void ASTStmtReader::VisitCXXCatchStmt(CXXCatchStmt *S) { in VisitCXXCatchStmt() function in ASTStmtReader