Home
last modified time | relevance | path

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

12

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h440 void VisitCXXCatchStmt(const CXXCatchStmt *CS, ExplodedNode *Pred,
/external/llvm-project/clang/include/clang/AST/
DASTNodeTraverser.h654 void VisitCXXCatchStmt(const CXXCatchStmt *Node) { in VisitCXXCatchStmt() function
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp538 void ExprEngine::VisitCXXCatchStmt(const CXXCatchStmt *CS, in VisitCXXCatchStmt() function in ExprEngine
DExprEngine.cpp1115 VisitCXXCatchStmt(cast<CXXCatchStmt>(S), Pred, Dst); in Visit()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h552 void VisitCXXCatchStmt(const CXXCatchStmt *CS, ExplodedNode *Pred,
/external/clang/lib/Analysis/
DCFG.cpp441 CFGBlock *VisitCXXCatchStmt(CXXCatchStmt *S);
1481 return VisitCXXCatchStmt(cast<CXXCatchStmt>(S)); in Visit()
3338 CFGBlock *CatchBlock = VisitCXXCatchStmt(CS); in VisitCXXTryStmt()
3364 CFGBlock *CFGBuilder::VisitCXXCatchStmt(CXXCatchStmt *CS) { in VisitCXXCatchStmt() function in __anon30bb6a660111::CFGBuilder
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp522 void VisitCXXCatchStmt(const CXXCatchStmt *S) { in VisitCXXCatchStmt() function
DCoverageMappingGen.cpp881 void VisitCXXCatchStmt(const CXXCatchStmt *S) { in VisitCXXCatchStmt() function
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp955 void ExprEngine::VisitCXXCatchStmt(const CXXCatchStmt *CS, ExplodedNode *Pred, in VisitCXXCatchStmt() function in ExprEngine
DExprEngine.cpp1617 VisitCXXCatchStmt(cast<CXXCatchStmt>(S), Pred, Dst); in Visit()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenPGO.cpp671 void VisitCXXCatchStmt(const CXXCatchStmt *S) { in VisitCXXCatchStmt() function
DCoverageMappingGen.cpp1319 void VisitCXXCatchStmt(const CXXCatchStmt *S) { in VisitCXXCatchStmt() function
/external/clang/lib/AST/
DASTDumper.cpp502 void VisitCXXCatchStmt(const CXXCatchStmt *Node);
1803 void ASTDumper::VisitCXXCatchStmt(const CXXCatchStmt *Node) { in VisitCXXCatchStmt() function in ASTDumper
DStmtProfile.cpp187 void StmtProfiler::VisitCXXCatchStmt(const CXXCatchStmt *S) { in VisitCXXCatchStmt() function in StmtProfiler
DStmtPrinter.cpp524 void StmtPrinter::VisitCXXCatchStmt(CXXCatchStmt *Node) { in VisitCXXCatchStmt() function in StmtPrinter
DASTImporter.cpp208 Stmt *VisitCXXCatchStmt(CXXCatchStmt *S);
5159 Stmt *ASTNodeImporter::VisitCXXCatchStmt(CXXCatchStmt *S) { in VisitCXXCatchStmt() function in ASTNodeImporter
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp556 CFGBlock *VisitCXXCatchStmt(CXXCatchStmt *S);
2182 return VisitCXXCatchStmt(cast<CXXCatchStmt>(S)); in Visit()
4312 CFGBlock *CatchBlock = VisitCXXCatchStmt(CS); in VisitCXXTryStmt()
4338 CFGBlock *CFGBuilder::VisitCXXCatchStmt(CXXCatchStmt *CS) { in VisitCXXCatchStmt() function in CFGBuilder
/external/llvm-project/clang/lib/AST/
DStmtProfile.cpp335 void StmtProfiler::VisitCXXCatchStmt(const CXXCatchStmt *S) { in VisitCXXCatchStmt() function in StmtProfiler
DStmtPrinter.cpp574 void StmtPrinter::VisitCXXCatchStmt(CXXCatchStmt *Node) { in VisitCXXCatchStmt() function in StmtPrinter
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp1515 void ASTStmtWriter::VisitCXXCatchStmt(CXXCatchStmt *S) { in VisitCXXCatchStmt() function in ASTStmtWriter
DASTReaderStmt.cpp1634 void ASTStmtReader::VisitCXXCatchStmt(CXXCatchStmt *S) { in VisitCXXCatchStmt() function in ASTStmtReader
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1149 void ASTStmtWriter::VisitCXXCatchStmt(CXXCatchStmt *S) { in VisitCXXCatchStmt() function in ASTStmtWriter
DASTReaderStmt.cpp1189 void ASTStmtReader::VisitCXXCatchStmt(CXXCatchStmt *S) { in VisitCXXCatchStmt() function in ASTStmtReader
/external/clang/tools/libclang/
DCIndex.cpp1907 void VisitCXXCatchStmt(const CXXCatchStmt *S);
2387 void EnqueueVisitor::VisitCXXCatchStmt(const CXXCatchStmt *S) { in VisitCXXCatchStmt() function in EnqueueVisitor
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2011 void VisitCXXCatchStmt(const CXXCatchStmt *S);
2640 void EnqueueVisitor::VisitCXXCatchStmt(const CXXCatchStmt *S) { in VisitCXXCatchStmt() function in EnqueueVisitor

12