Home | History | Annotate | Download | only in AST

Lines Matching refs:IndirectGotoStmt

190     Stmt *VisitIndirectGotoStmt(IndirectGotoStmt *S);
4828 Stmt *ASTNodeImporter::VisitIndirectGotoStmt(IndirectGotoStmt *S) {
4834 return new (Importer.getToContext()) IndirectGotoStmt(ToGotoLoc, ToStarLoc,