Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp122 AttributeCommonInfo::IgnoredAttribute); in get()
123 if (A.getParsedKind() == AttributeCommonInfo::IgnoredAttribute) in get()
207 bool HasSpelling = K != IgnoredAttribute && K != UnknownAttribute && in existsInTarget()
H A DSemaStmtAttr.cpp623 if (A.isInvalid() || A.getKind() == ParsedAttr::IgnoredAttribute) in ProcessStmtAttribute()
H A DSemaDeclAttr.cpp6256 if (AL.isInvalid() || AL.getKind() == ParsedAttr::IgnoredAttribute) in ProcessDeclAttribute()
7214 if (AL.getKind() == ParsedAttr::IgnoredAttribute) in checkUnusedDeclAttributes()
H A DSemaType.cpp8573 case ParsedAttr::IgnoredAttribute: in processTypeAttrs()
H A DSemaDeclCXX.cpp2770 if (AL.isInvalid() || AL.getKind() == ParsedAttr::IgnoredAttribute) in ActOnBaseSpecifier()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h67 IgnoredAttribute, enumerator
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp546 AttrKind == ParsedAttr::IgnoredAttribute) { in ParseAttributeArgsCommon()