Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp87 bool InsertFoundation(ASTContext &Ctx, SourceLocation Loc);
934 if (!InsertFoundation(Ctx, TypedefDcl->getBeginLoc())) in migrateNSEnumDecl()
947 if (!InsertFoundation(Ctx, TypedefDcl->getBeginLoc())) in migrateNSEnumDecl()
1726 bool ObjCMigrateASTConsumer::InsertFoundation(ASTContext &Ctx, in InsertFoundation() function in ObjCMigrateASTConsumer