Home
last modified time | relevance | path

Searched refs:MustBeNull (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DParsedAttr.h199 unsigned MustBeNull : 1; member
388 ExtraData.MustBeNull = mustBeNull; in ParsedAttr()
572 return getTypeTagForDatatypeDataSlot().MustBeNull; in getMustBeNull()
H A DSema.h13657 bool LayoutCompatible, bool MustBeNull);
13662 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData()
13664 MustBeNull(MustBeNull) in TypeTagData()
13672 unsigned MustBeNull : 1; member
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp1585 bool MustBeNull = false; in ParseTypeTagForDatatypeAttribute() local
1596 MustBeNull = true; in ParseTypeTagForDatatypeAttribute()
1608 LayoutCompatible, MustBeNull, Syntax); in ParseTypeTagForDatatypeAttribute()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp17504 TypeInfo.MustBeNull = I->getMustBeNull(); in GetMatchingCType()
17526 bool MustBeNull) { in RegisterTypeTagForDatatype() argument
17533 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()
17601 if (TypeInfo.MustBeNull) { in CheckArgumentWithTypeTag()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td3458 BoolArgument<"MustBeNull">];