Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp119 bool VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in __anon2d13ce440111::EmptyChecker
H A DTransforms.cpp272 bool VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in __anon0b66d26d0111::RemovablesCollector
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp253 void VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in __anon380cc5dd0211::CheckOverflowOps
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp93 TerminatorVisitorRetTy VisitDoStmt(const DoStmt *S) { in VisitDoStmt() function in clang::dataflow::__anonbea4f3b00211::TerminatorVisitor
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp588 CFGBlock *VisitDoStmt(DoStmt *D);
2308 return VisitDoStmt(cast<DoStmt>(S)); in Visit()
4174 CFGBlock *CFGBuilder::VisitDoStmt(DoStmt *D) { in VisitDoStmt() function in CFGBuilder
5570 void VisitDoStmt(DoStmt *D) { in VisitDoStmt() function in __anond5061b330711::CFGBlockTerminatorPrint
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp640 void VisitDoStmt(const DoStmt *S) { in VisitDoStmt() function
H A DCoverageMappingGen.cpp1531 void VisitDoStmt(const DoStmt *S) { in VisitDoStmt() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp298 void StmtProfiler::VisitDoStmt(const DoStmt *S) { in VisitDoStmt() function in StmtProfiler
H A DStmtPrinter.cpp382 void StmtPrinter::VisitDoStmt(DoStmt *Node) { in VisitDoStmt() function in StmtPrinter
H A DASTImporter.cpp542 ExpectedStmt VisitDoStmt(DoStmt *S);
6895 ExpectedStmt ASTNodeImporter::VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in ASTNodeImporter
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2048 void VisitDoStmt(const DoStmt *) { in VisitDoStmt() function in __anonf018d3d30d11::BreakContinueFinder