Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp119 bool VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in __anon37a044190111::EmptyChecker
H A DTransforms.cpp274 bool VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in __anon88f59bc20111::RemovablesCollector
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp251 void VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in __anonee03a3320211::CheckOverflowOps
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp512 void VisitDoStmt(const DoStmt *S) { in VisitDoStmt() function
H A DCoverageMappingGen.cpp1113 void VisitDoStmt(const DoStmt *S) { in VisitDoStmt() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp3886 CFGBlock *CFGBuilder::VisitDoStmt(DoStmt *D) { in VisitDoStmt() function in CFGBuilder
5272 void VisitDoStmt(DoStmt *D) { in VisitDoStmt() function in __anon654da8e80611::CFGBlockTerminatorPrint
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp207 void ASTStmtWriter::VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in ASTStmtWriter
H A DASTReaderStmt.cpp284 void ASTStmtReader::VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in ASTStmtReader
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp301 void StmtPrinter::VisitDoStmt(DoStmt *Node) { in VisitDoStmt() function in StmtPrinter
H A DStmtProfile.cpp278 void StmtProfiler::VisitDoStmt(const DoStmt *S) { in VisitDoStmt() function in StmtProfiler
H A DASTImporter.cpp6270 ExpectedStmt ASTNodeImporter::VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in ASTNodeImporter
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp2000 void VisitDoStmt(const DoStmt *) { in VisitDoStmt() function in __anon895218280d11::BreakContinueFinder