Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp107 llvm::StringSet<> AllowListFilenames; member in __anonac2273870111::ObjCMigrateASTConsumer
126 AllowListFilenames.insert(AllowList.begin(), AllowList.end()); in ObjCMigrateASTConsumer()
152 if (AllowListFilenames.empty()) in canModifyFile()
154 return AllowListFilenames.contains(llvm::sys::path::filename(Path)); in canModifyFile()