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

/external/clang/lib/AST/
H A DStmtDumper.cpp134 void VisitGotoStmt(GotoStmt *Node);
328 void StmtDumper::VisitGotoStmt(GotoStmt *Node) { function in class:StmtDumper
H A DStmtPrinter.cpp340 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) { function in class:StmtPrinter
H A DStmtProfile.cpp140 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) { function in class:StmtProfiler
/external/clang/lib/Analysis/
H A DCFG.cpp340 CFGBlock *VisitGotoStmt(GotoStmt *G);
1091 return VisitGotoStmt(cast<GotoStmt>(S));
1848 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) { function in class:__anon3537::CFGBuilder
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp175 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp241 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) { function in class:ASTStmtReader
/external/clang/lib/Sema/
H A DSemaStmt.cpp1269 void VisitGotoStmt(GotoStmt *S) { function in class:__anon244::DeclMatcher
/external/clang/tools/libclang/
H A DCIndex.cpp1766 void VisitGotoStmt(GotoStmt *GS);
1996 void EnqueueVisitor::VisitGotoStmt(GotoStmt *GS) { function in class:EnqueueVisitor

Completed in 170 milliseconds