Home
last modified time | relevance | path

Searched defs:VisitWhileStmt (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp107 bool VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in __anone71d3c0e0111::EmptyChecker
H A DTransforms.cpp268 bool VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in __anon26e897370111::RemovablesCollector
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp247 void VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in __anon5f9f32a70211::CheckOverflowOps
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp71 const Expr *VisitWhileStmt(const WhileStmt *S) { return S->getCond(); } in VisitWhileStmt() function in clang::dataflow::__anon57fc8b7a0211::TerminatorVisitor
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp341 bool VisitWhileStmt(const WhileStmt *WS) { in VisitWhileStmt() function in clang::TrivialFunctionAnalysisVisitor
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp704 void VisitWhileStmt(const WhileStmt *S) { in VisitWhileStmt() function
H A DCoverageMappingGen.cpp1573 void VisitWhileStmt(const WhileStmt *S) { in VisitWhileStmt() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp550 std::optional<Clarification> VisitWhileStmt(const WhileStmt *While) { in VisitWhileStmt() function in __anon4ef948f50111::NotCalledClarifier
H A DCFG.cpp3857 CFGBlock *CFGBuilder::VisitWhileStmt(WhileStmt *W) { in VisitWhileStmt() function in CFGBuilder
5561 void VisitWhileStmt(WhileStmt *W) { in VisitWhileStmt() function in __anonef2f84bd0711::CFGBlockTerminatorPrint
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1669 void JSONNodeDumper::VisitWhileStmt(const WhileStmt *WS) { in VisitWhileStmt() function in JSONNodeDumper
H A DTextNodeDumper.cpp1288 void TextNodeDumper::VisitWhileStmt(const WhileStmt *Node) { in VisitWhileStmt() function in TextNodeDumper
H A DStmtPrinter.cpp375 void StmtPrinter::VisitWhileStmt(WhileStmt *Node) { in VisitWhileStmt() function in StmtPrinter
H A DStmtProfile.cpp293 void StmtProfiler::VisitWhileStmt(const WhileStmt *S) { in VisitWhileStmt() function in StmtProfiler
H A DASTImporter.cpp6981 ExpectedStmt ASTNodeImporter::VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in ASTNodeImporter
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp257 void ASTStmtWriter::VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in ASTStmtWriter
H A DASTReaderStmt.cpp277 void ASTStmtReader::VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in ASTStmtReader
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2066 void VisitWhileStmt(const WhileStmt *) { in VisitWhileStmt() function in __anon4f6f6e9d0d11::BreakContinueFinder