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

/external/clang/lib/Analysis/
H A DCFG.cpp390 CFGBlock *VisitIndirectGotoStmt(IndirectGotoStmt *I);
1491 return VisitIndirectGotoStmt(cast<IndirectGotoStmt>(S));
3514 CFGBlock *CFGBuilder::VisitIndirectGotoStmt(IndirectGotoStmt *I) { function in class:__anon890::CFGBuilder
4070 void VisitIndirectGotoStmt(IndirectGotoStmt *I) { function in class:__anon892::CFGBlockTerminatorPrint
/external/clang/lib/AST/
H A DStmtProfile.cpp144 void StmtProfiler::VisitIndirectGotoStmt(const IndirectGotoStmt *S) { function in class:StmtProfiler
H A DStmtPrinter.cpp345 void StmtPrinter::VisitIndirectGotoStmt(IndirectGotoStmt *Node) { function in class:StmtPrinter
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp256 void ASTStmtReader::VisitIndirectGotoStmt(IndirectGotoStmt *S) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp184 void ASTStmtWriter::VisitIndirectGotoStmt(IndirectGotoStmt *S) { function in class:ASTStmtWriter

Completed in 94 milliseconds