Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/include/clang/AST/
DTextNodeDumper.h246 void VisitGotoStmt(const GotoStmt *Node);
DJSONNodeDumper.h313 void VisitGotoStmt(const GotoStmt *GS);
/external/llvm-project/clang-tools-extra/clangd/
DFindTarget.cpp473 void VisitGotoStmt(const GotoStmt *Goto) { in add() function
902 void VisitGotoStmt(const GotoStmt *GS) { in refInStmt() function
DXRefs.cpp935 bool VisitGotoStmt(GotoStmt *G) { in VisitGotoStmt() function in clang::clangd::__anon292a2e930b11::FindControlFlow
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp299 void VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt() function
DCoverageMappingGen.cpp640 void VisitGotoStmt(const GotoStmt *S) { terminateRegion(S); } in VisitGotoStmt() function
/external/clang/lib/AST/
DASTDumper.cpp501 void VisitGotoStmt(const GotoStmt *Node);
1797 void ASTDumper::VisitGotoStmt(const GotoStmt *Node) { in VisitGotoStmt() function in ASTDumper
DStmtProfile.cpp141 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt() function in StmtProfiler
DStmtPrinter.cpp342 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) { in VisitGotoStmt() function in StmtPrinter
DASTImporter.cpp197 Stmt *VisitGotoStmt(GotoStmt *S);
5113 Stmt *ASTNodeImporter::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in ASTNodeImporter
/external/llvm-project/clang/lib/CodeGen/
DCodeGenPGO.cpp442 void VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt() function
DCoverageMappingGen.cpp1007 void VisitGotoStmt(const GotoStmt *S) { terminateRegion(S); } in VisitGotoStmt() function
/external/clang/lib/Analysis/
DCFG.cpp458 CFGBlock *VisitGotoStmt(GotoStmt *G);
1539 return VisitGotoStmt(cast<GotoStmt>(S)); in Visit()
2373 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) { in VisitGotoStmt() function in __anon4350aedf0111::CFGBuilder
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp574 CFGBlock *VisitGotoStmt(GotoStmt *G);
2241 return VisitGotoStmt(cast<GotoStmt>(S)); in Visit()
3288 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) { in VisitGotoStmt() function in CFGBuilder
/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp1454 void JSONNodeDumper::VisitGotoStmt(const GotoStmt *GS) { in VisitGotoStmt() function in JSONNodeDumper
DTextNodeDumper.cpp928 void TextNodeDumper::VisitGotoStmt(const GotoStmt *Node) { in VisitGotoStmt() function in TextNodeDumper
DStmtProfile.cpp286 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt() function in StmtProfiler
DStmtPrinter.cpp376 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) { in VisitGotoStmt() function in StmtPrinter
/external/clang/lib/Serialization/
DASTWriterStmt.cpp188 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in ASTStmtWriter
DASTReaderStmt.cpp253 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in ASTStmtReader
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp229 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in ASTStmtWriter
DASTReaderStmt.cpp303 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in ASTStmtReader
/external/clang/tools/libclang/
DCIndex.cpp1915 void VisitGotoStmt(const GotoStmt *GS);
2453 void EnqueueVisitor::VisitGotoStmt(const GotoStmt *GS) { in VisitGotoStmt() function in EnqueueVisitor
/external/clang/lib/Sema/
DSemaStmt.cpp1383 void VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in __anon27b5dcff0411::DeclMatcher
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2019 void VisitGotoStmt(const GotoStmt *GS);
2706 void EnqueueVisitor::VisitGotoStmt(const GotoStmt *GS) { in VisitGotoStmt() function in EnqueueVisitor

12