Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp119 bool VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in __anon764e90600111::EmptyChecker
H A DTransforms.cpp272 bool VisitDoStmt(DoStmt *S) { VisitDoStmt() function in __anondeb02e890111::RemovablesCollector
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp253 void VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in __anondbdf91f90211::CheckOverflowOps
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp93 TerminatorVisitorRetTy VisitDoStmt(const DoStmt *S) { VisitDoStmt() function in clang::dataflow::__anonad1e11cc0211::TerminatorVisitor
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp640 void VisitDoStmt(const DoStmt *S) { VisitDoStmt() function
H A DCoverageMappingGen.cpp1531 void VisitDoStmt(const DoStmt *S) { VisitDoStmt() function
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp4174 CFGBlock *CFGBuilder::VisitDoStmt(DoStmt *D) { VisitDoStmt() function in CFGBuilder
5570 void VisitDoStmt(DoStmt *D) { VisitDoStmt() function in __anon75c587cf0711::CFGBlockTerminatorPrint
/freebsd-src/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-src/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp382 void StmtPrinter::VisitDoStmt(DoStmt *Node) { VisitDoStmt() function in StmtPrinter
H A DStmtProfile.cpp298 void StmtProfiler::VisitDoStmt(const DoStmt *S) { in VisitDoStmt() function in StmtProfiler
H A DASTImporter.cpp6895 ExpectedStmt ASTNodeImporter::VisitDoStmt(DoStmt *S) { VisitDoStmt() function in ASTNodeImporter
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2048 void VisitDoStmt(const DoStmt *) { VisitDoStmt() function in __anona8c5d3ef0d11::BreakContinueFinder