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

/external/clang/include/clang/Sema/
H A DAttributeList.h139 unsigned MustBeNull : 1; member in struct:clang::AttributeList::TypeTagForDatatypeData
236 ExtraData.MustBeNull = mustBeNull;
417 return getTypeTagForDatatypeDataSlot().MustBeNull;
H A DSema.h7723 bool LayoutCompatible, bool MustBeNull);
7728 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : argument
7730 MustBeNull(MustBeNull)
7738 unsigned MustBeNull : 1; member in struct:clang::Sema::TypeTagData
/external/clang/lib/Parse/
H A DParseDecl.cpp1224 bool MustBeNull = false; local
1236 MustBeNull = true;
1249 MustBeNull, AttributeList::AS_GNU);
/external/clang/lib/Sema/
H A DSemaChecking.cpp7161 TypeInfo.MustBeNull = I->getMustBeNull();
7184 bool MustBeNull) {
7191 TypeTagData(Type, LayoutCompatible, MustBeNull);
7246 if (TypeInfo.MustBeNull) {
7181 RegisterTypeTagForDatatype(const IdentifierInfo *ArgumentKind, uint64_t MagicValue, QualType Type, bool LayoutCompatible, bool MustBeNull) argument

Completed in 429 milliseconds