Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h573 bool AllowList() const { in AllowList() function
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp121 ArrayRef<std::string> AllowList) in ObjCMigrateASTConsumer() argument
126 AllowListFilenames.insert(AllowList.begin(), AllowList.end()); in ObjCMigrateASTConsumer()
2019 std::vector<std::string> AllowList = in CreateASTConsumer() local
2024 /*isOutputFile=*/true, AllowList); in CreateASTConsumer()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1173 if (breakpoint->AllowList()) in DoExecute()