Searched defs:MatchesAny (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/device/hid/
H A Dhid_device_filter.cc76 bool HidDeviceFilter::MatchesAny( function in class:device::HidDeviceFilter
/external/chromium_org/device/usb/
H A Dusb_device_filter.cc122 bool UsbDeviceFilter::MatchesAny(scoped_refptr<UsbDevice> device, function in class:device::UsbDeviceFilter
/external/clang/lib/Tooling/
H A DCompilationDatabase.cpp176 struct MatchesAny { struct in namespace:clang::tooling
177 MatchesAny(ArrayRef<std::string> Arr) : Arr(Arr) {} function in struct:clang::tooling::MatchesAny
243 MatchesAny(std::string("-no-integrated-as"))),
274 Args.begin(), Args.end(), MatchesAny(CompileAnalyzer.Inputs));
277 End = std::remove_if(Args.begin(), End, MatchesAny(DiagClient.UnusedInputs));
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp43 template <class T> struct MatchesAny { struct in namespace:__anon18069
44 explicit MatchesAny(ArrayRef<T> Arr) : Arr(std::move(Arr)) {} function in struct:__anon18069::MatchesAny
60 typedef MatchesAny<OpenMPClauseKind> MatchesAnyClause;
61 typedef MatchesAny<OpenMPDirectiveKind> MatchesAnyDirective;

Completed in 861 milliseconds