Searched defs:MustBeNull (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
H A DAttributeList.h164 unsigned MustBeNull : 1; member in struct:clang::AttributeList::TypeTagForDatatypeData
286 ExtraData.MustBeNull = mustBeNull;
434 return getTypeTagForDatatypeDataSlot().MustBeNull;
H A DSema.h8325 bool LayoutCompatible, bool MustBeNull);
8330 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : argument
8332 MustBeNull(MustBeNull)
8340 unsigned MustBeNull : 1; member in struct:clang::Sema::TypeTagData
/external/clang/lib/Parse/
H A DParseDecl.cpp1168 bool MustBeNull = false; local
1179 MustBeNull = true;
1191 LayoutCompatible, MustBeNull,
/external/clang/lib/Sema/
H A DSemaChecking.cpp8036 TypeInfo.MustBeNull = I->getMustBeNull();
8059 bool MustBeNull) {
8066 TypeTagData(Type, LayoutCompatible, MustBeNull);
8121 if (TypeInfo.MustBeNull) {
8056 RegisterTypeTagForDatatype(const IdentifierInfo *ArgumentKind, uint64_t MagicValue, QualType Type, bool LayoutCompatible, bool MustBeNull) argument

Completed in 829 milliseconds