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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h162 unsigned MustBeNull : 1; member in struct:clang::detail::TypeTagForDatatypeData
H A DSema.h12317 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) : argument
12327 unsigned MustBeNull : 1; member in struct:clang::final::CompleteTypeKind::TypeTagData
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1444 bool MustBeNull = false; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp15052 RegisterTypeTagForDatatype(const IdentifierInfo *ArgumentKind, uint64_t MagicValue, QualType Type, bool LayoutCompatible, bool MustBeNull) argument

Completed in 200 milliseconds