Home
last modified time | relevance | path

Searched refs:InsertFoundation (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/ARCMigrate/
DObjCMT.cpp86 bool InsertFoundation(ASTContext &Ctx, SourceLocation Loc);
943 if (!InsertFoundation(Ctx, TypedefDcl->getLocStart())) in migrateNSEnumDecl()
956 if (!InsertFoundation(Ctx, TypedefDcl->getLocStart())) in migrateNSEnumDecl()
1734 bool ObjCMigrateASTConsumer::InsertFoundation(ASTContext &Ctx, in InsertFoundation() function in ObjCMigrateASTConsumer