Searched refs:existsInTarget (Results 1 – 7 of 7) sorted by relevance
195 bool ParsedAttr::existsInTarget(const TargetInfo &Target) const { in existsInTarget() function in ParsedAttr207 return getInfo().existsInTarget(Target) && TargetSpecificSpellingExists; in existsInTarget()
579 !(A.existsInTarget(S.Context.getTargetInfo()) || in ProcessStmtAttribute()581 A.existsInTarget(*Aux)))) { in ProcessStmtAttribute()
2242 if (!AL.existsInTarget(Context.getTargetInfo())) { in CheckAttrTarget()9054 !AL.existsInTarget(S.Context.getTargetInfo())) { in ProcessDeclAttribute()
4624 if (A.IsTargetSpecific && !A.existsInTarget(Context.getTargetInfo())) in CodeCompleteAttribute()
126 virtual bool existsInTarget(const TargetInfo &Target) const { return true; } in existsInTarget() function
530 bool existsInTarget(const TargetInfo &Target) const;
4481 if (!Attr.existsInTarget(getTargetInfo())) { in ParseCXX11AttributeArgs()