Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransEmptyStatementsAndDealloc.cpp107 bool VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in __anona2fad7a50111::EmptyChecker
HDTransforms.cpp268 bool VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in __anon342ab14e0111::RemovablesCollector
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDMallocOverflowSecurityChecker.cpp245 void VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in __anon2acbe8be0211::CheckOverflowOps
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenPGO.cpp469 void VisitWhileStmt(const WhileStmt *S) { in VisitWhileStmt() function
HDCoverageMappingGen.cpp950 void VisitWhileStmt(const WhileStmt *S) { in VisitWhileStmt() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDJSONNodeDumper.cpp1446 void JSONNodeDumper::VisitWhileStmt(const WhileStmt *WS) { in VisitWhileStmt() function in JSONNodeDumper
HDTextNodeDumper.cpp670 void TextNodeDumper::VisitWhileStmt(const WhileStmt *Node) { in VisitWhileStmt() function in TextNodeDumper
HDStmtPrinter.cpp295 void StmtPrinter::VisitWhileStmt(WhileStmt *Node) { in VisitWhileStmt() function in StmtPrinter
HDStmtProfile.cpp272 void StmtProfiler::VisitWhileStmt(const WhileStmt *S) { in VisitWhileStmt() function in StmtProfiler
HDASTImporter.cpp6090 ExpectedStmt ASTNodeImporter::VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in ASTNodeImporter
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
HDCFG.cpp3677 CFGBlock *CFGBuilder::VisitWhileStmt(WhileStmt *W) { in VisitWhileStmt() function in CFGBuilder
5241 void VisitWhileStmt(WhileStmt *W) { in VisitWhileStmt() function in __anon4992f0f40611::CFGBlockTerminatorPrint
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp185 void ASTStmtWriter::VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in ASTStmtWriter
HDASTReaderStmt.cpp261 void ASTStmtReader::VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in ASTStmtReader
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp1665 void VisitWhileStmt(const WhileStmt *) { in VisitWhileStmt() function in __anonf64061b40511::BreakContinueFinder