Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransEmptyStatementsAndDealloc.cpp119 bool VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in __anon7b3bdca70111::EmptyChecker
HDTransforms.cpp273 bool VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in __anon1529c1500111::RemovablesCollector
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDMallocOverflowSecurityChecker.cpp253 void VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in __anone67a80c00211::CheckOverflowOps
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
HDTypeErasedDataflowAnalysis.cpp72 const Expr *VisitDoStmt(const DoStmt *S) { return S->getCond(); } in VisitDoStmt() function in clang::dataflow::__anon8f1ab5130211::TerminatorVisitor
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
HDPtrTypesSemantics.cpp331 bool VisitDoStmt(const DoStmt *DS) { return VisitChildren(DS); } in VisitDoStmt() function in clang::TrivialFunctionAnalysisVisitor
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenPGO.cpp729 void VisitDoStmt(const DoStmt *S) { in VisitDoStmt() function
HDCoverageMappingGen.cpp1622 void VisitDoStmt(const DoStmt *S) { in VisitDoStmt() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDCFG.cpp4171 CFGBlock *CFGBuilder::VisitDoStmt(DoStmt *D) { in VisitDoStmt() function in CFGBuilder
5567 void VisitDoStmt(DoStmt *D) { in VisitDoStmt() function in __anon5c1c66b60711::CFGBlockTerminatorPrint
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp274 void ASTStmtWriter::VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in ASTStmtWriter
HDASTReaderStmt.cpp292 void ASTStmtReader::VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in ASTStmtReader
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDStmtPrinter.cpp385 void StmtPrinter::VisitDoStmt(DoStmt *Node) { in VisitDoStmt() function in StmtPrinter
HDStmtProfile.cpp298 void StmtProfiler::VisitDoStmt(const DoStmt *S) { in VisitDoStmt() function in StmtProfiler
HDASTImporter.cpp6997 ExpectedStmt ASTNodeImporter::VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in ASTNodeImporter
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp2071 void VisitDoStmt(const DoStmt *) { in VisitDoStmt() function in __anon59f88fb60d11::BreakContinueFinder