Searched defs:IsStrict (Results 1 – 2 of 2) sorted by relevance
109 bool IsStrict() const override { return is_strict_; } in IsStrict() function151 bool IsStrict() const override { return false; } in IsStrict() function
1967 bool IsStrict, in mergeAvailabilityAttr()2145 bool IsStrict = Attr.getStrictLoc().isValid(); in handleAvailabilityAttr() local