Home
last modified time | relevance | path

Searched defs:ParsedAttrInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DParsedAttrInfo.h34 struct ParsedAttrInfo { struct
39 unsigned NumArgs : 4;
41 unsigned OptArgs : 4;
43 unsigned NumArgMembers : 4;
75 constexpr ParsedAttrInfo(AttributeCommonInfo::Kind AttrKind = argument
81 constexpr ParsedAttrInfo(AttributeCommonInfo::Kind AttrKind, unsigned NumArgs, in ParsedAttrInfo() function
107 virtual bool diagAppertainsToDecl(Sema &S, const ParsedAttr &Attr, in diagAppertainsToDecl()
112 virtual bool diagAppertainsToStmt(Sema &S, const ParsedAttr &Attr, in diagAppertainsToStmt()
118 virtual bool diagMutualExclusion(Sema &S, const ParsedAttr &A, in diagMutualExclusion()
150 /// If this ParsedAttrInfo knows how to handle this ParsedAttr applied to this argument
[all …]