Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/
H A DFindTarget.cpp297 void VisitGotoStmt(const GotoStmt *Goto) { in add() function
841 void VisitGotoStmt(const GotoStmt *GS) { refInStmt() function
H A DXRefs.cpp1078 bool VisitGotoStmt(GotoStmt *G) { VisitGotoStmt() function in clang::clangd::__anon452263b60c11::FindControlFlow
/llvm-project/clang/lib/Index/
H A DIndexBody.cpp147 bool VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in __anona191e0fa0111::BodyIndexer
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp351 bool VisitGotoStmt(const GotoStmt *) { return true; } VisitGotoStmt() function in clang::TrivialFunctionAnalysisVisitor
/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp676 void VisitGotoStmt(const GotoStmt *S) { VisitGotoStmt() function
H A DCoverageMappingGen.cpp1532 void VisitGotoStmt(const GotoStmt *S) { terminateRegion(S); } VisitGotoStmt() function
/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1665 void JSONNodeDumper::VisitGotoStmt(const GotoStmt *GS) { VisitGotoStmt() function in JSONNodeDumper
H A DTextNodeDumper.cpp1299 void TextNodeDumper::VisitGotoStmt(const GotoStmt *Node) { VisitGotoStmt() function in TextNodeDumper
H A DStmtPrinter.cpp461 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) { VisitGotoStmt() function in StmtPrinter
H A DStmtProfile.cpp306 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt() function in StmtProfiler
H A DASTImporter.cpp7027 ExpectedStmt ASTNodeImporter::VisitGotoStmt(GotoStmt *S) { VisitGotoStmt() function in ASTNodeImporter
/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp297 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) { VisitGotoStmt() function in ASTStmtWriter
H A DASTReaderStmt.cpp313 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) { VisitGotoStmt() function in ASTStmtReader
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1874 void VisitGotoStmt(GotoStmt *S) { VisitGotoStmt() function in __anon86ccc4100d11::DeclMatcher
/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3451 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) { VisitGotoStmt() function in CFGBuilder
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp3051 void EnqueueVisitor::VisitGotoStmt(const GotoStmt *GS) { VisitGotoStmt() function in EnqueueVisitor