Searched refs:CapE (Results 1 – 1 of 1) sorted by relevance
306 bool matchesUniv(const CapabilityExpr &CapE) const { in matchesUniv() argument307 return isUniversal() || matches(CapE); in matchesUniv()