Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp116 AttributeCommonInfo::IgnoredAttribute); in get()
117 if (A.getParsedKind() == AttributeCommonInfo::IgnoredAttribute) in get()
201 bool HasSpelling = K != IgnoredAttribute && K != UnknownAttribute && in existsInTarget()
H A DSemaStmtAttr.cpp571 if (A.isInvalid() || A.getKind() == ParsedAttr::IgnoredAttribute) in ProcessStmtAttribute()
H A DSemaDeclAttr.cpp9042 if (AL.isInvalid() || AL.getKind() == ParsedAttr::IgnoredAttribute) in ProcessDeclAttribute()
9971 if (AL.getKind() == ParsedAttr::IgnoredAttribute) in checkUnusedDeclAttributes()
H A DSemaType.cpp8879 case ParsedAttr::IgnoredAttribute: in processTypeAttrs()
H A DSemaDeclCXX.cpp2856 if (AL.isInvalid() || AL.getKind() == ParsedAttr::IgnoredAttribute) in ActOnBaseSpecifier()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h67 IgnoredAttribute, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp487 AttrKind == ParsedAttr::IgnoredAttribute) { in ParseAttributeArgsCommon()