/llvm-project/clang-tools-extra/clangd/ |
H A D | FindTarget.cpp | 297 void VisitGotoStmt(const GotoStmt *Goto) { in add() function 841 void VisitGotoStmt(const GotoStmt *GS) { refInStmt() function
|
H A D | XRefs.cpp | 1078 bool VisitGotoStmt(GotoStmt *G) { VisitGotoStmt() function in clang::clangd::__anon452263b60c11::FindControlFlow
|
/llvm-project/clang/lib/Index/ |
H A D | IndexBody.cpp | 147 bool VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in __anona191e0fa0111::BodyIndexer
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | PtrTypesSemantics.cpp | 351 bool VisitGotoStmt(const GotoStmt *) { return true; } VisitGotoStmt() function in clang::TrivialFunctionAnalysisVisitor
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 676 void VisitGotoStmt(const GotoStmt *S) { VisitGotoStmt() function
|
H A D | CoverageMappingGen.cpp | 1532 void VisitGotoStmt(const GotoStmt *S) { terminateRegion(S); } VisitGotoStmt() function
|
/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1665 void JSONNodeDumper::VisitGotoStmt(const GotoStmt *GS) { VisitGotoStmt() function in JSONNodeDumper
|
H A D | TextNodeDumper.cpp | 1299 void TextNodeDumper::VisitGotoStmt(const GotoStmt *Node) { VisitGotoStmt() function in TextNodeDumper
|
H A D | StmtPrinter.cpp | 461 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) { VisitGotoStmt() function in StmtPrinter
|
H A D | StmtProfile.cpp | 306 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt() function in StmtProfiler
|
H A D | ASTImporter.cpp | 7027 ExpectedStmt ASTNodeImporter::VisitGotoStmt(GotoStmt *S) { VisitGotoStmt() function in ASTNodeImporter
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 297 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) { VisitGotoStmt() function in ASTStmtWriter
|
H A D | ASTReaderStmt.cpp | 313 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) { VisitGotoStmt() function in ASTStmtReader
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 1874 void VisitGotoStmt(GotoStmt *S) { VisitGotoStmt() function in __anon86ccc4100d11::DeclMatcher
|
/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 3451 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) { VisitGotoStmt() function in CFGBuilder
|
/llvm-project/clang/tools/libclang/ |
H A D | CIndex.cpp | 3051 void EnqueueVisitor::VisitGotoStmt(const GotoStmt *GS) { VisitGotoStmt() function in EnqueueVisitor
|