Searched refs:InsertFoundation (Results 1 – 1 of 1) sorted by relevance
87 bool InsertFoundation(ASTContext &Ctx, SourceLocation Loc);930 if (!InsertFoundation(Ctx, TypedefDcl->getBeginLoc())) in migrateNSEnumDecl()943 if (!InsertFoundation(Ctx, TypedefDcl->getBeginLoc())) in migrateNSEnumDecl()1720 bool ObjCMigrateASTConsumer::InsertFoundation(ASTContext &Ctx, in InsertFoundation() function in ObjCMigrateASTConsumer