Home
last modified time | relevance | path

Searched refs:VisitBreakStmt (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp615 bool VisitBreakStmt(const BreakStmt *) { return true; } in VisitBreakStmt() function in clang::TrivialFunctionAnalysisVisitor
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp688 void VisitBreakStmt(const BreakStmt *S) { in VisitBreakStmt() function
H A DCoverageMappingGen.cpp1590 void VisitBreakStmt(const BreakStmt *S) { in VisitBreakStmt() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp585 CFGBlock *VisitBreakStmt(BreakStmt *B);
2315 return VisitBreakStmt(cast<BreakStmt>(S)); in Visit()
2756 CFGBlock *CFGBuilder::VisitBreakStmt(BreakStmt *B) { in VisitBreakStmt() function in CFGBuilder
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1969 void VisitBreakStmt(BreakStmt *S) { in VisitBreakStmt() function in __anon4f6f6e9d0e11::DeclMatcher
2138 void VisitBreakStmt(const BreakStmt* E) { in VisitBreakStmt() function in __anon4f6f6e9d0e11::BreakContinueFinder
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp319 void StmtProfiler::VisitBreakStmt(const BreakStmt *S) { in VisitBreakStmt() function in StmtProfiler
H A DStmtPrinter.cpp483 void StmtPrinter::VisitBreakStmt(BreakStmt *Node) { in VisitBreakStmt() function in StmtPrinter
H A DASTImporter.cpp600 ExpectedStmt VisitBreakStmt(BreakStmt *S);
7412 ExpectedStmt ASTNodeImporter::VisitBreakStmt(BreakStmt *S) { in VisitBreakStmt() function in ASTNodeImporter
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp319 void ASTStmtWriter::VisitBreakStmt(BreakStmt *S) { in VisitBreakStmt() function in ASTStmtWriter
H A DASTReaderStmt.cpp328 void ASTStmtReader::VisitBreakStmt(BreakStmt *S) { in VisitBreakStmt() function in ASTStmtReader
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc2325 {"_ZN5clang13ASTStmtReader14VisitBreakStmtEPNS_9BreakStmtE", "clang::ASTStmtReader::VisitBreakStmt(…
2633 {"_ZN5clang13ASTStmtWriter14VisitBreakStmtEPNS_9BreakStmtE", "clang::ASTStmtWriter::VisitBreakStmt(…