Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp107 bool VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in __anon764e90600111::EmptyChecker
H A DTransforms.cpp267 bool VisitWhileStmt(WhileStmt *S) { VisitWhileStmt() function in __anondeb02e890111::RemovablesCollector
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp247 void VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in __anondbdf91f90211::CheckOverflowOps
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp87 TerminatorVisitorRetTy VisitWhileStmt(const WhileStmt *S) { VisitWhileStmt() function in clang::dataflow::__anonad1e11cc0211::TerminatorVisitor
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp615 void VisitWhileStmt(const WhileStmt *S) { VisitWhileStmt() function
H A DCoverageMappingGen.cpp1491 void VisitWhileStmt(const WhileStmt *S) { VisitWhileStmt() function
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp550 std::optional<Clarification> VisitWhileStmt(const WhileStmt *While) { in VisitWhileStmt() function in __anon185a77070111::NotCalledClarifier
H A DCFG.cpp3860 CFGBlock *CFGBuilder::VisitWhileStmt(WhileStmt *W) { VisitWhileStmt() function in CFGBuilder
5564 void VisitWhileStmt(WhileStmt *W) { VisitWhileStmt() function in __anon75c587cf0711::CFGBlockTerminatorPrint
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1626 void JSONNodeDumper::VisitWhileStmt(const WhileStmt *WS) { VisitWhileStmt() function in JSONNodeDumper
H A DTextNodeDumper.cpp1068 void TextNodeDumper::VisitWhileStmt(const WhileStmt *Node) { VisitWhileStmt() function in TextNodeDumper
H A DStmtPrinter.cpp372 void StmtPrinter::VisitWhileStmt(WhileStmt *Node) { VisitWhileStmt() function in StmtPrinter
H A DStmtProfile.cpp293 void StmtProfiler::VisitWhileStmt(const WhileStmt *S) { in VisitWhileStmt() function in StmtProfiler
H A DASTImporter.cpp6879 ExpectedStmt ASTNodeImporter::VisitWhileStmt(WhileStmt *S) { VisitWhileStmt() function in ASTNodeImporter
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2043 void VisitWhileStmt(const WhileStmt *) { VisitWhileStmt() function in __anona8c5d3ef0d11::BreakContinueFinder