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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DJSONNodeDumper.h313 void VisitGotoStmt(const GotoStmt *GS);
H A DTextNodeDumper.h244 void VisitGotoStmt(const GotoStmt *Node);
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp457 void VisitGotoStmt(const GotoStmt *S) { function in struct:__anon543::ComputeRegionCounts
H A DCoverageMappingGen.cpp1036 void VisitGotoStmt(const GotoStmt *S) { terminateRegion(S); } function in namespace:__anon552
/netbsd-current/external/apache2/llvm/dist/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
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp1456 void JSONNodeDumper::VisitGotoStmt(const GotoStmt *GS) { function in class:JSONNodeDumper
H A DStmtPrinter.cpp375 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.cpp554 ExpectedStmt VisitGotoStmt(GotoStmt *S);
6305 ExpectedStmt ASTNodeImporter::VisitGotoStmt(GotoStmt *S) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp305 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp230 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) { function in class:ASTStmtWriter
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2021 void VisitGotoStmt(const GotoStmt *GS);
2740 void EnqueueVisitor::VisitGotoStmt(const GotoStmt *GS) { function in class:EnqueueVisitor
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp1803 void VisitGotoStmt(GotoStmt *S) { function in class:__anon838::DeclMatcher

Completed in 412 milliseconds