Searched defs:VisitIndirectGotoStmt (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/AST/
H A DStmtPrinter.cpp356 void StmtPrinter::VisitIndirectGotoStmt(IndirectGotoStmt *Node) { function in class:StmtPrinter
H A DStmtProfile.cpp145 void StmtProfiler::VisitIndirectGotoStmt(const IndirectGotoStmt *S) { function in class:StmtProfiler
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp184 void ASTStmtWriter::VisitIndirectGotoStmt(IndirectGotoStmt *S) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp256 void ASTStmtReader::VisitIndirectGotoStmt(IndirectGotoStmt *S) { function in class:ASTStmtReader
/external/clang/lib/Analysis/
H A DCFG.cpp381 CFGBlock *VisitIndirectGotoStmt(IndirectGotoStmt *I);
1156 return VisitIndirectGotoStmt(cast<IndirectGotoStmt>(S));
3127 CFGBlock *CFGBuilder::VisitIndirectGotoStmt(IndirectGotoStmt *I) { function in class:__anon16065::CFGBuilder
3629 void VisitIndirectGotoStmt(IndirectGotoStmt *I) { function in class:__anon16067::CFGBlockTerminatorPrint

Completed in 63 milliseconds