Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp351 bool VisitGotoStmt(const GotoStmt *) { return true; } in VisitGotoStmt() function in clang::TrivialFunctionAnalysisVisitor
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h261 void VisitGotoStmt(const GotoStmt *Node);
H A DJSONNodeDumper.h337 void VisitGotoStmt(const GotoStmt *GS);
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp147 bool VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in __anon1d8962c70111::BodyIndexer
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp674 void VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt() function
H A DCoverageMappingGen.cpp1534 void VisitGotoStmt(const GotoStmt *S) { terminateRegion(S); } in VisitGotoStmt() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.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/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1664 void JSONNodeDumper::VisitGotoStmt(const GotoStmt *GS) { in VisitGotoStmt() function in JSONNodeDumper
H A DStmtProfile.cpp306 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt() function in StmtProfiler
H A DTextNodeDumper.cpp1299 void TextNodeDumper::VisitGotoStmt(const GotoStmt *Node) { in VisitGotoStmt() function in TextNodeDumper
H A DStmtPrinter.cpp461 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) { in VisitGotoStmt() function in StmtPrinter
H A DASTImporter.cpp545 ExpectedStmt VisitGotoStmt(GotoStmt *S);
7032 ExpectedStmt ASTNodeImporter::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in ASTNodeImporter
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp297 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in ASTStmtWriter
H A DASTReaderStmt.cpp313 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in ASTStmtReader
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1874 void VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in __anon4f6f6e9d0d11::DeclMatcher