Home
last modified time | relevance | path

Searched refs:VisitGotoStmt (Results 1 – 15 of 15) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
HDPtrTypesSemantics.cpp351 bool VisitGotoStmt(const GotoStmt *) { return true; } in VisitGotoStmt() function in clang::TrivialFunctionAnalysisVisitor
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDTextNodeDumper.h261 void VisitGotoStmt(const GotoStmt *Node);
HDJSONNodeDumper.h337 void VisitGotoStmt(const GotoStmt *GS);
/freebsd-head/contrib/llvm-project/clang/lib/Index/
HDIndexBody.cpp147 bool VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in __anon64876c460111::BodyIndexer
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenPGO.cpp674 void VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt() function
HDCoverageMappingGen.cpp1534 void VisitGotoStmt(const GotoStmt *S) { terminateRegion(S); } in VisitGotoStmt() function
/freebsd-head/contrib/llvm-project/clang/lib/Analysis/
HDCFG.cpp592 CFGBlock *VisitGotoStmt(GotoStmt *G);
2311 return VisitGotoStmt(cast<GotoStmt>(S)); in Visit()
3451 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) { in VisitGotoStmt() function in CFGBuilder
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDJSONNodeDumper.cpp1664 void JSONNodeDumper::VisitGotoStmt(const GotoStmt *GS) { in VisitGotoStmt() function in JSONNodeDumper
HDStmtProfile.cpp306 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt() function in StmtProfiler
HDStmtPrinter.cpp461 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) { in VisitGotoStmt() function in StmtPrinter
HDTextNodeDumper.cpp1299 void TextNodeDumper::VisitGotoStmt(const GotoStmt *Node) { in VisitGotoStmt() function in TextNodeDumper
HDASTImporter.cpp545 ExpectedStmt VisitGotoStmt(GotoStmt *S);
7032 ExpectedStmt ASTNodeImporter::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in ASTNodeImporter
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp297 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in ASTStmtWriter
HDASTReaderStmt.cpp313 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in ASTStmtReader
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp1874 void VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in __anonf00f0c5c0d11::DeclMatcher