Searched refs:IsInRestrictionList (Results 1 – 2 of 2) sorted by relevance
37 if (hidden_api_.IsInRestrictionList(name)) { in CheckMethod()48 if (hidden_api_.IsInRestrictionList(name)) { in CheckField()59 if (hidden_api_.IsInRestrictionList(name)) { in CollectAccesses()97 if (hidden_api_.IsInRestrictionList(str)) { in CollectAccesses()99 } else if (hidden_api_.IsInRestrictionList(name)) { in CollectAccesses()
54 bool IsInRestrictionList(const std::string& name) const { in IsInRestrictionList() function