Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp457 void VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt() function
H A DCoverageMappingGen.cpp1036 void VisitGotoStmt(const GotoStmt *S) { terminateRegion(S); } in VisitGotoStmt() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp1456 void JSONNodeDumper::VisitGotoStmt(const GotoStmt *GS) { in VisitGotoStmt() function in JSONNodeDumper
H A DTextNodeDumper.cpp930 void TextNodeDumper::VisitGotoStmt(const GotoStmt *Node) { in VisitGotoStmt() function in TextNodeDumper
H A DStmtPrinter.cpp375 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) { in VisitGotoStmt() function in StmtPrinter
H A DStmtProfile.cpp286 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt() function in StmtProfiler
H A DASTImporter.cpp6305 ExpectedStmt ASTNodeImporter::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in ASTNodeImporter
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp230 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in ASTStmtWriter
H A DASTReaderStmt.cpp305 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in ASTStmtReader
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp1803 void VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() function in __anon895218280d11::DeclMatcher
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp3288 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) { in VisitGotoStmt() function in CFGBuilder
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2740 void EnqueueVisitor::VisitGotoStmt(const GotoStmt *GS) { in VisitGotoStmt() function in EnqueueVisitor