Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h135 unsigned MustBeNull : 1; member
215 ExtraData.MustBeNull = mustBeNull; in AttributeList()
374 return getTypeTagForDatatypeDataSlot().MustBeNull; in getMustBeNull()
DSema.h7406 bool LayoutCompatible, bool MustBeNull);
7411 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData()
7413 MustBeNull(MustBeNull) in TypeTagData()
7421 unsigned MustBeNull : 1; member
/external/clang/lib/Parse/
DParseDecl.cpp1110 bool MustBeNull = false; in ParseTypeTagForDatatypeAttribute() local
1122 MustBeNull = true; in ParseTypeTagForDatatypeAttribute()
1135 MustBeNull, AttributeList::AS_GNU); in ParseTypeTagForDatatypeAttribute()
/external/clang/include/clang/Basic/
DAttr.td930 BoolArgument<"MustBeNull">];
/external/clang/lib/Sema/
DSemaChecking.cpp6756 TypeInfo.MustBeNull = I->getMustBeNull(); in GetMatchingCType()
6779 bool MustBeNull) { in RegisterTypeTagForDatatype() argument
6786 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()
6841 if (TypeInfo.MustBeNull) { in CheckArgumentWithTypeTag()