Home
last modified time | relevance | path

Searched defs:VisitDoStmt (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp119 bool VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in __anone71d3c0e0111::EmptyChecker
H A DTransforms.cpp273 bool VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in __anon26e897370111::RemovablesCollector
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp253 void VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in __anon5f9f32a70211::CheckOverflowOps
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp72 const Expr *VisitDoStmt(const DoStmt *S) { return S->getCond(); } in VisitDoStmt() function in clang::dataflow::__anon57fc8b7a0211::TerminatorVisitor
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp331 bool VisitDoStmt(const DoStmt *DS) { return VisitChildren(DS); } in VisitDoStmt() function in clang::TrivialFunctionAnalysisVisitor
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp729 void VisitDoStmt(const DoStmt *S) { in VisitDoStmt() function
H A DCoverageMappingGen.cpp1622 void VisitDoStmt(const DoStmt *S) { in VisitDoStmt() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp4171 CFGBlock *CFGBuilder::VisitDoStmt(DoStmt *D) { in VisitDoStmt() function in CFGBuilder
5567 void VisitDoStmt(DoStmt *D) { in VisitDoStmt() function in __anonef2f84bd0711::CFGBlockTerminatorPrint
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp274 void ASTStmtWriter::VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in ASTStmtWriter
H A DASTReaderStmt.cpp292 void ASTStmtReader::VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in ASTStmtReader
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp385 void StmtPrinter::VisitDoStmt(DoStmt *Node) { in VisitDoStmt() function in StmtPrinter
H A DStmtProfile.cpp298 void StmtProfiler::VisitDoStmt(const DoStmt *S) { in VisitDoStmt() function in StmtProfiler
H A DASTImporter.cpp6997 ExpectedStmt ASTNodeImporter::VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in ASTNodeImporter
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2071 void VisitDoStmt(const DoStmt *) { in VisitDoStmt() function in __anon4f6f6e9d0d11::BreakContinueFinder