Home
last modified time | relevance | path

Searched refs:DeclRetType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DTrustNonnullChecker.cpp177 QualType DeclRetType = MD->getReturnType(); in isNonNullPtr() local
178 if (getNullabilityAnnotation(DeclRetType) != Nullability::Nonnull) in isNonNullPtr()