Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DASTNodeTraverser.h701 void VisitCXXCatchStmt(const CXXCatchStmt *Node) { in VisitCXXCatchStmt() function
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h558 void VisitCXXCatchStmt(const CXXCatchStmt *CS, ExplodedNode *Pred,
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenPGO.cpp695 void VisitCXXCatchStmt(const CXXCatchStmt *S) { in VisitCXXCatchStmt() function
DCoverageMappingGen.cpp1448 void VisitCXXCatchStmt(const CXXCatchStmt *S) { in VisitCXXCatchStmt() function
/openbsd/src/gnu/llvm/clang/lib/Analysis/
DCFG.cpp560 CFGBlock *VisitCXXCatchStmt(CXXCatchStmt *S);
2245 return VisitCXXCatchStmt(cast<CXXCatchStmt>(S)); in Visit()
4590 CFGBlock *CatchBlock = VisitCXXCatchStmt(CS); in VisitCXXTryStmt()
4616 CFGBlock *CFGBuilder::VisitCXXCatchStmt(CXXCatchStmt *CS) { in VisitCXXCatchStmt() function in CFGBuilder
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp1144 void ExprEngine::VisitCXXCatchStmt(const CXXCatchStmt *CS, ExplodedNode *Pred, in VisitCXXCatchStmt() function in ExprEngine
DExprEngine.cpp2131 VisitCXXCatchStmt(cast<CXXCatchStmt>(S), Pred, Dst); in Visit()
/openbsd/src/gnu/llvm/clang/lib/AST/
DStmtProfile.cpp339 void StmtProfiler::VisitCXXCatchStmt(const CXXCatchStmt *S) { in VisitCXXCatchStmt() function in StmtProfiler
DStmtPrinter.cpp650 void StmtPrinter::VisitCXXCatchStmt(CXXCatchStmt *Node) { in VisitCXXCatchStmt() function in StmtPrinter
DASTImporter.cpp600 ExpectedStmt VisitCXXCatchStmt(CXXCatchStmt *S);
6734 ExpectedStmt ASTNodeImporter::VisitCXXCatchStmt(CXXCatchStmt *S) { in VisitCXXCatchStmt() function in ASTNodeImporter
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTWriterStmt.cpp1523 void ASTStmtWriter::VisitCXXCatchStmt(CXXCatchStmt *S) { in VisitCXXCatchStmt() function in ASTStmtWriter
DASTReaderStmt.cpp1636 void ASTStmtReader::VisitCXXCatchStmt(CXXCatchStmt *S) { in VisitCXXCatchStmt() function in ASTStmtReader
/openbsd/src/gnu/llvm/clang/tools/libclang/
DCIndex.cpp2111 void VisitCXXCatchStmt(const CXXCatchStmt *S);
2816 void EnqueueVisitor::VisitCXXCatchStmt(const CXXCatchStmt *S) { in VisitCXXCatchStmt() function in EnqueueVisitor