Home | History | Annotate | Download | only in slang

Lines Matching refs:ReturnStmt

209   void VisitReturnStmt(clang::ReturnStmt *RS);
249 void DestructorVisitor::VisitReturnStmt(clang::ReturnStmt *RS) {
1334 clang::ReturnStmt* RS,
1387 clang::ReturnStmt* NewRet = new (C) clang::ReturnStmt(RS->getReturnLoc());
1536 void RSObjectRefCount::VisitReturnStmt(clang::ReturnStmt *RS) {