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.cpp112 AttributeCommonInfo::IgnoredAttribute); in get()
113 if (A.getParsedKind() == AttributeCommonInfo::IgnoredAttribute) in get()
197 bool HasSpelling = K != IgnoredAttribute && K != UnknownAttribute && in existsInTarget()
H A DSemaStmtAttr.cpp664 if (A.isInvalid() || A.getKind() == ParsedAttr::IgnoredAttribute) in ProcessStmtAttribute()
H A DSemaDeclAttr.cpp7002 if (AL.isInvalid() || AL.getKind() == ParsedAttr::IgnoredAttribute) in ProcessDeclAttribute()
8015 if (AL.getKind() == ParsedAttr::IgnoredAttribute) in checkUnusedDeclAttributes()
H A DSemaType.cpp8829 case ParsedAttr::IgnoredAttribute: in processTypeAttrs()
H A DSemaDeclCXX.cpp2865 if (AL.isInvalid() || AL.getKind() == ParsedAttr::IgnoredAttribute) in ActOnBaseSpecifier()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h72 IgnoredAttribute, enumerator
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp508 AttrKind == ParsedAttr::IgnoredAttribute) { in ParseAttributeArgsCommon()