Searched defs:VisitGotoStmt (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp439 void VisitGotoStmt(const GotoStmt *S) { function in struct:__anon434::ComputeRegionCounts
H A DCoverageMappingGen.cpp911 void VisitGotoStmt(const GotoStmt *S) { terminateRegion(S); } function in namespace:__anon436
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp679 void TextNodeDumper::VisitGotoStmt(const GotoStmt *Node) { function in class:TextNodeDumper
H A DStmtProfile.cpp285 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) { function in class:StmtProfiler
H A DStmtPrinter.cpp379 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) { function in class:StmtPrinter
H A DJSONNodeDumper.cpp1441 void JSONNodeDumper::VisitGotoStmt(const GotoStmt *GS) { function in class:JSONNodeDumper
H A DASTImporter.cpp6144 ExpectedStmt ASTNodeImporter::VisitGotoStmt(GotoStmt *S) { function in class:ASTNodeImporter
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp223 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp295 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) { function in class:ASTStmtReader
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3269 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) { function in class:CFGBuilder
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1473 void VisitGotoStmt(GotoStmt *S) { function in class:__anon668::DeclMatcher

Completed in 472 milliseconds