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

/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp320 void VisitGotoStmt(const GotoStmt *S) { function in struct:__anon994::ComputeRegionCounts
H A DCoverageMappingGen.cpp595 void VisitGotoStmt(const GotoStmt *S) { terminateRegion(S); } function in struct:__anon995::CounterCoverageMappingBuilder
/external/clang/lib/AST/
H A DStmtProfile.cpp139 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) { function in class:StmtProfiler
H A DASTDumper.cpp481 void VisitGotoStmt(const GotoStmt *Node);
1631 void ASTDumper::VisitGotoStmt(const GotoStmt *Node) { function in class:ASTDumper
H A DStmtPrinter.cpp340 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) { function in class:StmtPrinter
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp176 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp249 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) { function in class:ASTStmtReader
/external/clang/lib/Analysis/
H A DCFG.cpp387 CFGBlock *VisitGotoStmt(GotoStmt *G);
1482 return VisitGotoStmt(cast<GotoStmt>(S));
2282 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) { function in class:__anon890::CFGBuilder
/external/clang/lib/Sema/
H A DSemaStmt.cpp1376 void VisitGotoStmt(GotoStmt *S) { function in class:__anon1223::DeclMatcher
/external/clang/tools/libclang/
H A DCIndex.cpp1843 void VisitGotoStmt(const GotoStmt *GS);
2268 void EnqueueVisitor::VisitGotoStmt(const GotoStmt *GS) { function in class:EnqueueVisitor

Completed in 190 milliseconds