Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp86 bool InsertFoundation(ASTContext &Ctx, SourceLocation Loc);
933 if (!InsertFoundation(Ctx, TypedefDcl->getBeginLoc())) in migrateNSEnumDecl()
946 if (!InsertFoundation(Ctx, TypedefDcl->getBeginLoc())) in migrateNSEnumDecl()
1728 bool ObjCMigrateASTConsumer::InsertFoundation(ASTContext &Ctx, in InsertFoundation() function in ObjCMigrateASTConsumer