Searched refs:InsertFoundation (Results 1 – 1 of 1) sorted by relevance
86 bool InsertFoundation(ASTContext &Ctx, SourceLocation Loc);954 if (!InsertFoundation(Ctx, TypedefDcl->getLocStart())) in migrateNSEnumDecl()967 if (!InsertFoundation(Ctx, TypedefDcl->getLocStart())) in migrateNSEnumDecl()1752 bool ObjCMigrateASTConsumer::InsertFoundation(ASTContext &Ctx, in InsertFoundation() function in ObjCMigrateASTConsumer