Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DTrustNonnullChecker.cpp178 QualType DeclRetType = MD->getReturnType(); in isNonNullPtr() local
179 if (getNullabilityAnnotation(DeclRetType) != Nullability::Nonnull) in isNonNullPtr()