Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp86 const Expr *VisitDoStmt(const DoStmt *S) { return S->getCond(); } in VisitDoStmt() function in clang::dataflow::__anon57fc8b7a0211::TerminatorVisitor
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp597 bool VisitDoStmt(const DoStmt *DS) { return VisitChildren(DS); } in VisitDoStmt() function in clang::TrivialFunctionAnalysisVisitor
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp610 CFGBlock *VisitDoStmt(DoStmt *D);
2394 return VisitDoStmt(cast<DoStmt>(S)); in Visit()
4283 CFGBlock *CFGBuilder::VisitDoStmt(DoStmt *D) { in VisitDoStmt() function in CFGBuilder
5676 void VisitDoStmt(DoStmt *D) { in VisitDoStmt() function in __anonef2f84bd0811::CFGBlockTerminatorPrint
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp729 void VisitDoStmt(const DoStmt *S) { in VisitDoStmt() function
H A DCoverageMappingGen.cpp1668 void VisitDoStmt(const DoStmt *S) { in VisitDoStmt() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp298 void StmtProfiler::VisitDoStmt(const DoStmt *S) { in VisitDoStmt() function in StmtProfiler
H A DStmtPrinter.cpp390 void StmtPrinter::VisitDoStmt(DoStmt *Node) { in VisitDoStmt() function in StmtPrinter
H A DASTImporter.cpp595 ExpectedStmt VisitDoStmt(DoStmt *S);
7344 ExpectedStmt ASTNodeImporter::VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in ASTNodeImporter
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp274 void ASTStmtWriter::VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in ASTStmtWriter
H A DASTReaderStmt.cpp288 void ASTStmtReader::VisitDoStmt(DoStmt *S) { in VisitDoStmt() function in ASTStmtReader
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2170 void VisitDoStmt(const DoStmt *) { in VisitDoStmt() function in __anon4f6f6e9d0e11::BreakContinueFinder
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc2320 {"_ZN5clang13ASTStmtReader11VisitDoStmtEPNS_6DoStmtE", "clang::ASTStmtReader::VisitDoStmt(clang::Do…
2628 {"_ZN5clang13ASTStmtWriter11VisitDoStmtEPNS_6DoStmtE", "clang::ASTStmtWriter::VisitDoStmt(clang::Do…