Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp864 RetainSummaryManager::getRetEffectFromAnnotations(QualType RetTy, in getRetEffectFromAnnotations() function in RetainSummaryManager
881 if (auto RE = getRetEffectFromAnnotations(RetTy, PD)) in getRetEffectFromAnnotations()
989 if (std::optional<RetEffect> RetE = getRetEffectFromAnnotations(RetTy, FD)) in updateSummaryFromAnnotations()
1016 if (std::optional<RetEffect> RetE = getRetEffectFromAnnotations(RetTy, MD)) in updateSummaryFromAnnotations()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h691 std::optional<RetEffect> getRetEffectFromAnnotations(QualType RetTy,