Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDAttributeList.h161 unsigned MustBeNull : 1; member
263 ExtraData.MustBeNull = mustBeNull; in AttributeList()
449 return getTypeTagForDatatypeDataSlot().MustBeNull; in getMustBeNull()
HDSema.h7937 bool LayoutCompatible, bool MustBeNull);
7942 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData()
7944 MustBeNull(MustBeNull) in TypeTagData()
7952 unsigned MustBeNull : 1; member
/trueos/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp1213 bool MustBeNull = false; in ParseTypeTagForDatatypeAttribute() local
1225 MustBeNull = true; in ParseTypeTagForDatatypeAttribute()
1237 LayoutCompatible, MustBeNull, in ParseTypeTagForDatatypeAttribute()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp7285 TypeInfo.MustBeNull = I->getMustBeNull(); in GetMatchingCType()
7308 bool MustBeNull) { in RegisterTypeTagForDatatype() argument
7315 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()
7370 if (TypeInfo.MustBeNull) { in CheckArgumentWithTypeTag()
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDAttr.td1030 BoolArgument<"MustBeNull">];