Home
last modified time | relevance | path

Searched refs:existsInTarget (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DParsedAttr.cpp186 bool ParsedAttr::existsInTarget(const TargetInfo &Target) const { in existsInTarget() function in ParsedAttr
187 return getInfo().existsInTarget(Target); in existsInTarget()
DSemaDeclAttr.cpp2057 if (!AL.existsInTarget(Context.getTargetInfo())) { in CheckAttrTarget()
7441 !AL.existsInTarget(S.Context.getTargetInfo())) { in ProcessDeclAttribute()
/external/clang/lib/Sema/
DAttributeList.cpp212 bool AttributeList::existsInTarget(const TargetInfo &Target) const { in existsInTarget() function in AttributeList
DSemaDeclAttr.cpp5366 !Attr.existsInTarget(S.Context.getTargetInfo())) { in ProcessDeclAttribute()
/external/llvm-project/clang/include/clang/Sema/
DParsedAttr.h89 virtual bool existsInTarget(const TargetInfo &Target) const { in existsInTarget() function
590 bool existsInTarget(const TargetInfo &Target) const;
/external/llvm-project/clang/docs/
DClangPlugins.rst110 * ``existsInTarget``, which checks if the attribute is permitted for the given
/external/clang/include/clang/Sema/
DAttributeList.h510 bool existsInTarget(const TargetInfo &Target) const;