Home
last modified time | relevance | path

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

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