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

/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp441 void VisitGotoStmt(const GotoStmt *S) { function in struct:__anon17861::ComputeRegionCounts
/external/clang/lib/AST/
H A DASTDumper.cpp306 void VisitGotoStmt(const GotoStmt *Node);
1559 void ASTDumper::VisitGotoStmt(const GotoStmt *Node) { function in class:ASTDumper
H A DStmtPrinter.cpp340 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) { function in class:StmtPrinter
H A DStmtProfile.cpp139 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) { function in class:StmtProfiler
/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.cpp381 CFGBlock *VisitGotoStmt(GotoStmt *G);
1414 return VisitGotoStmt(cast<GotoStmt>(S));
2215 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) { function in class:__anon17770::CFGBuilder
/external/clang/lib/Sema/
H A DSemaStmt.cpp1357 void VisitGotoStmt(GotoStmt *S) { function in class:__anon18094::DeclMatcher
/external/clang/tools/libclang/
H A DCIndex.cpp1835 void VisitGotoStmt(const GotoStmt *GS);
2166 void EnqueueVisitor::VisitGotoStmt(const GotoStmt *GS) { function in class:EnqueueVisitor

Completed in 671 milliseconds