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

/freebsd-10.0-release/contrib/llvm/tools/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
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp381 CFGBlock *VisitIndirectGotoStmt(IndirectGotoStmt *I);
1143 return VisitIndirectGotoStmt(cast<IndirectGotoStmt>(S));
3108 CFGBlock *CFGBuilder::VisitIndirectGotoStmt(IndirectGotoStmt *I) { function in class:__anon3004::CFGBuilder
3725 void VisitIndirectGotoStmt(IndirectGotoStmt *I) { function in class:__anon3007::CFGBlockTerminatorPrint
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp182 void ASTStmtWriter::VisitIndirectGotoStmt(IndirectGotoStmt *S) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp255 void ASTStmtReader::VisitIndirectGotoStmt(IndirectGotoStmt *S) { function in class:ASTStmtReader

Completed in 195 milliseconds