Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h59 Nullable, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/APINotes/
H A DTypes.h306 unsigned Nullable : 2; variable
382 if (auto Nullable = RHS.getDefaultNullability()) variable
618 if (auto Nullable = RHS.getDefaultNullability()) { variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h307 Nullable, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp1585 static const uint8_t Nullable = 2; in getMessageSendResultType() local