Searched defs:IsStrict (Results 1 – 3 of 3) sorted by relevance
112 bool IsStrict() const override { return is_strict_; } in IsStrict() function154 bool IsStrict() const override { return false; } in IsStrict() function
766 bool Mock::IsStrict(void* mock_obj) in IsStrict() function in testing::Mock
1967 bool IsStrict, in mergeAvailabilityAttr()2145 bool IsStrict = Attr.getStrictLoc().isValid(); in handleAvailabilityAttr() local