Home
last modified time | relevance | path

Searched defs:Nullable (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h60 Nullable, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h305 unsigned Nullable : 2; variable
380 if (auto Nullable = RHS.getDefaultNullability()) variable
612 if (auto Nullable = RHS.getDefaultNullability()) { variable
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h333 Nullable, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1584 static const uint8_t Nullable = 2; in getMessageSendResultType() local