Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransEmptyStatementsAndDealloc.cpp119 bool VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in __anone75c5f280111::EmptyChecker
HDTransforms.cpp273 bool VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in __anon05a949510111::RemovablesCollector
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDMallocOverflowSecurityChecker.cpp253 void VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in __anonc451ccc10211::CheckOverflowOps
/freebsd-14-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-14-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::__anonff5228940211::TerminatorVisitor
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDCFG.cpp588 CFGBlock *VisitDoStmt(DoStmt *D);
2305 return VisitDoStmt(cast<DoStmt>(S)); in Visit()
4171 CFGBlock *CFGBuilder::VisitDoStmt(DoStmt *D) { in VisitDoStmt() function in CFGBuilder
5567 void VisitDoStmt(DoStmt *D) { in VisitDoStmt() function in __anon656121970711::CFGBlockTerminatorPrint
/freebsd-14-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-14-stable/contrib/llvm-project/clang/lib/AST/
HDStmtProfile.cpp298 void StmtProfiler::VisitDoStmt(const DoStmt *S) { in VisitDoStmt() function in StmtProfiler
HDStmtPrinter.cpp385 void StmtPrinter::VisitDoStmt(DoStmt *Node) { in VisitDoStmt() function in StmtPrinter
HDASTImporter.cpp543 ExpectedStmt VisitDoStmt(DoStmt *S);
6997 ExpectedStmt ASTNodeImporter::VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in ASTNodeImporter
/freebsd-14-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-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp2071 void VisitDoStmt(const DoStmt *) { in VisitDoStmt() function in __anon8bd4a6b70d11::BreakContinueFinder