Searched refs:VisitGotoStmt (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h313 void VisitGotoStmt(const GotoStmt *GS);
H A DTextNodeDumper.h245 void VisitGotoStmt(const GotoStmt *Node);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp442 void VisitGotoStmt(const GotoStmt *S) { function in struct:__anon1801::ComputeRegionCounts
H A DCoverageMappingGen.cpp930 void VisitGotoStmt(const GotoStmt *S) { terminateRegion(S); } function in namespace:__anon1810
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp574 CFGBlock *VisitGotoStmt(GotoStmt *G);
2241 return VisitGotoStmt(cast<GotoStmt>(S));
3288 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) { function in class:CFGBuilder
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1448 void JSONNodeDumper::VisitGotoStmt(const GotoStmt *GS) { function in class:JSONNodeDumper
H A DStmtPrinter.cpp376 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) { function in class:StmtPrinter
H A DStmtProfile.cpp286 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) { function in class:StmtProfiler
H A DASTImporter.cpp555 ExpectedStmt VisitGotoStmt(GotoStmt *S);
6165 ExpectedStmt ASTNodeImporter::VisitGotoStmt(GotoStmt *S) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1488 void VisitGotoStmt(GotoStmt *S) { function in class:__anon2091::DeclMatcher
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp299 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp225 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) { function in class:ASTStmtWriter

Completed in 313 milliseconds