Searched defs:VisitCXXCatchStmt (Results 1 - 10 of 10) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp482 void ExprEngine::VisitCXXCatchStmt(const CXXCatchStmt *CS, function in class:ExprEngine
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp562 void VisitCXXCatchStmt(const CXXCatchStmt *S) { function in struct:__anon994::ComputeRegionCounts
H A DCoverageMappingGen.cpp822 void VisitCXXCatchStmt(const CXXCatchStmt *S) { function in struct:__anon995::CounterCoverageMappingBuilder
/external/clang/lib/AST/
H A DStmtProfile.cpp185 void StmtProfiler::VisitCXXCatchStmt(const CXXCatchStmt *S) { function in class:StmtProfiler
H A DASTDumper.cpp482 void VisitCXXCatchStmt(const CXXCatchStmt *Node);
1637 void ASTDumper::VisitCXXCatchStmt(const CXXCatchStmt *Node) { function in class:ASTDumper
H A DStmtPrinter.cpp520 void StmtPrinter::VisitCXXCatchStmt(CXXCatchStmt *Node) { function in class:StmtPrinter
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1094 void ASTStmtWriter::VisitCXXCatchStmt(CXXCatchStmt *S) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp1142 void ASTStmtReader::VisitCXXCatchStmt(CXXCatchStmt *S) { function in class:ASTStmtReader
/external/clang/lib/Analysis/
H A DCFG.cpp370 CFGBlock *VisitCXXCatchStmt(CXXCatchStmt *S);
1424 return VisitCXXCatchStmt(cast<CXXCatchStmt>(S));
3234 CFGBlock *CatchBlock = VisitCXXCatchStmt(CS);
3260 CFGBlock *CFGBuilder::VisitCXXCatchStmt(CXXCatchStmt *CS) { function in class:__anon890::CFGBuilder
/external/clang/tools/libclang/
H A DCIndex.cpp1835 void VisitCXXCatchStmt(const CXXCatchStmt *S);
2201 void EnqueueVisitor::VisitCXXCatchStmt(const CXXCatchStmt *S) { function in class:EnqueueVisitor

Completed in 432 milliseconds