Searched refs:existsInTarget (Results 1 – 7 of 7) sorted by relevance
186 bool ParsedAttr::existsInTarget(const TargetInfo &Target) const { in existsInTarget() function in ParsedAttr187 return getInfo().existsInTarget(Target); in existsInTarget()
2057 if (!AL.existsInTarget(Context.getTargetInfo())) { in CheckAttrTarget()7441 !AL.existsInTarget(S.Context.getTargetInfo())) { in ProcessDeclAttribute()
212 bool AttributeList::existsInTarget(const TargetInfo &Target) const { in existsInTarget() function in AttributeList
5366 !Attr.existsInTarget(S.Context.getTargetInfo())) { in ProcessDeclAttribute()
89 virtual bool existsInTarget(const TargetInfo &Target) const { in existsInTarget() function590 bool existsInTarget(const TargetInfo &Target) const;
110 * ``existsInTarget``, which checks if the attribute is permitted for the given
510 bool existsInTarget(const TargetInfo &Target) const;