Searched refs:existsInTarget (Results 1 – 6 of 6) sorted by relevance
205 bool ParsedAttr::existsInTarget(const TargetInfo &Target) const { in existsInTarget() function in ParsedAttr206 return getInfo().existsInTarget(Target); in existsInTarget()
459 !(A.existsInTarget(S.Context.getTargetInfo()) || in ProcessStmtAttribute()461 A.existsInTarget(*Aux)))) { in ProcessStmtAttribute()
2220 if (!AL.existsInTarget(Context.getTargetInfo())) { in CheckAttrTarget()8597 !AL.existsInTarget(S.Context.getTargetInfo())) { in ProcessDeclAttribute()
4543 if (A.IsTargetSpecific && !A.existsInTarget(Context.getTargetInfo())) in CodeCompleteAttribute()
121 virtual bool existsInTarget(const TargetInfo &Target) const { in existsInTarget() function649 bool existsInTarget(const TargetInfo &Target) const;
110 * ``existsInTarget``, which checks if the attribute is permitted for the given