Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h174 unsigned MustBeNull : 1; member
363 ExtraData.MustBeNull = mustBeNull; in ParsedAttr()
547 return getTypeTagForDatatypeDataSlot().MustBeNull; in getMustBeNull()
H A DSema.h12633 bool LayoutCompatible, bool MustBeNull);
12638 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : in TypeTagData()
12640 MustBeNull(MustBeNull) in TypeTagData()
12648 unsigned MustBeNull : 1; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp1521 bool MustBeNull = false; in ParseTypeTagForDatatypeAttribute() local
1532 MustBeNull = true; in ParseTypeTagForDatatypeAttribute()
1544 LayoutCompatible, MustBeNull, Syntax); in ParseTypeTagForDatatypeAttribute()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp15770 TypeInfo.MustBeNull = I->getMustBeNull(); in GetMatchingCType()
15792 bool MustBeNull) { in RegisterTypeTagForDatatype() argument
15799 TypeTagData(Type, LayoutCompatible, MustBeNull); in RegisterTypeTagForDatatype()
15867 if (TypeInfo.MustBeNull) { in CheckArgumentWithTypeTag()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td3278 BoolArgument<"MustBeNull">];