Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp127 REGISTER_REGEX_MATCHER(matchesSelector); in RegistryMaps()
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js4109 Sizzle.matchesSelector = function( node, expr ) { function
5159 …matches = html.matchesSelector || html.mozMatchesSelector || html.webkitMatchesSelector || html.ms…
5176 Sizzle.matchesSelector = function( node, expr ) {
5480 if ( pos ? pos.index(cur) > -1 : jQuery.find.matchesSelector(cur, selectors) ) {
5614 jQuery.find.matchesSelector(elems[0], expr) ? [ elems[0] ] : [] :
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3934 AST_MATCHER_REGEX(ObjCMessageExpr, matchesSelector, RegExp) { in AST_MATCHER_REGEX() argument