Searched refs:existsInTarget (Results 1 – 5 of 5) sorted by relevance
194 bool ParsedAttr::existsInTarget(const TargetInfo &Target) const { in existsInTarget() function in ParsedAttr195 return getInfo().existsInTarget(Target); in existsInTarget()
397 !(A.existsInTarget(S.Context.getTargetInfo()) || in ProcessStmtAttribute()399 A.existsInTarget(*Aux)))) { in ProcessStmtAttribute()
2078 if (!AL.existsInTarget(Context.getTargetInfo())) { in CheckAttrTarget()7694 !AL.existsInTarget(S.Context.getTargetInfo())) { in ProcessDeclAttribute()
101 virtual bool existsInTarget(const TargetInfo &Target) const { in existsInTarget() function620 bool existsInTarget(const TargetInfo &Target) const;
110 * ``existsInTarget``, which checks if the attribute is permitted for the given