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

/external/clang/lib/AST/
H A DASTDumper.cpp251 void VisitGotoStmt(const GotoStmt *Node);
1453 void ASTDumper::VisitGotoStmt(const GotoStmt *Node) { function in class:ASTDumper
H A DStmtPrinter.cpp352 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.cpp378 CFGBlock *VisitGotoStmt(GotoStmt *G);
1147 return VisitGotoStmt(cast<GotoStmt>(S));
1929 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) { function in class:__anon15152::CFGBuilder
/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/tools/libclang/
H A DCIndex.cpp1834 void VisitGotoStmt(const GotoStmt *GS);
2103 void EnqueueVisitor::VisitGotoStmt(const GotoStmt *GS) { function in class:EnqueueVisitor
/external/clang/lib/Sema/
H A DSemaStmt.cpp1318 void VisitGotoStmt(GotoStmt *S) { function in class:__anon15423::DeclMatcher

Completed in 139 milliseconds