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

/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp299 void VisitGotoStmt(const GotoStmt *S) { function in struct:__anon1628::ComputeRegionCounts
H A DCoverageMappingGen.cpp640 void VisitGotoStmt(const GotoStmt *S) { terminateRegion(S); } function in namespace:__anon1635
/external/clang/lib/AST/
H A DASTDumper.cpp501 void VisitGotoStmt(const GotoStmt *Node);
1797 void ASTDumper::VisitGotoStmt(const GotoStmt *Node) { function in class:ASTDumper
H A DStmtPrinter.cpp342 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) { function in class:StmtPrinter
H A DStmtProfile.cpp141 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) { function in class:StmtProfiler
H A DASTImporter.cpp197 Stmt *VisitGotoStmt(GotoStmt *S);
5113 Stmt *ASTNodeImporter::VisitGotoStmt(GotoStmt *S) { function in class:ASTNodeImporter
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp188 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp253 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) { function in class:ASTStmtReader
/external/clang/lib/Analysis/
H A DCFG.cpp458 CFGBlock *VisitGotoStmt(GotoStmt *G);
1539 return VisitGotoStmt(cast<GotoStmt>(S));
2373 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) { function in class:__anon1507::CFGBuilder
/external/clang/lib/Sema/
H A DSemaStmt.cpp1383 void VisitGotoStmt(GotoStmt *S) { function in class:__anon1874::DeclMatcher
/external/clang/tools/libclang/
H A DCIndex.cpp1915 void VisitGotoStmt(const GotoStmt *GS);
2453 void EnqueueVisitor::VisitGotoStmt(const GotoStmt *GS) { function in class:EnqueueVisitor

Completed in 205 milliseconds