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()
454 !(A.existsInTarget(S.Context.getTargetInfo()) || in ProcessStmtAttribute()456 A.existsInTarget(*Aux)))) { in ProcessStmtAttribute()
2220 if (!AL.existsInTarget(Context.getTargetInfo())) { in CheckAttrTarget()8357 !AL.existsInTarget(S.Context.getTargetInfo())) { in ProcessDeclAttribute()
4507 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