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

/freebsd-10.2-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.2-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp383 CFGBlock *VisitIndirectGotoStmt(IndirectGotoStmt *I);
1165 return VisitIndirectGotoStmt(cast<IndirectGotoStmt>(S));
3170 CFGBlock *CFGBuilder::VisitIndirectGotoStmt(IndirectGotoStmt *I) { function in class:__anon3174::CFGBuilder
3680 void VisitIndirectGotoStmt(IndirectGotoStmt *I) { function in class:__anon3176::CFGBlockTerminatorPrint
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp185 void ASTStmtWriter::VisitIndirectGotoStmt(IndirectGotoStmt *S) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp256 void ASTStmtReader::VisitIndirectGotoStmt(IndirectGotoStmt *S) { function in class:ASTStmtReader

Completed in 135 milliseconds