Home
last modified time | relevance | path

Searched defs:getNullability (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/APINotes/
H A DTypes.h313 llvm::Optional<NullabilityKind> getNullability() const { in getNullability() function
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h865 NullabilityKind getNullability() const { in getNullability() function
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp4095 Type::getNullability(const ASTContext &Context) const { in getNullability() function in Type