Searched defs:getNullability (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/APINotes/ | ||
H A D | Types.h | 326 std::optional<NullabilityKind> getNullability() const { getNullability() function |
/llvm-project/clang/include/clang/Sema/ | ||
H A D | DeclSpec.h | 939 NullabilityKind getNullability() const { getNullability() function |
/llvm-project/clang/lib/AST/ | ||
H A D | Type.cpp | 4715 std::optional<NullabilityKind> Type::getNullability() const { getNullability() function in Type |