Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRetainSummaryManager.cpp160 static bool hasRCAnnotation(const Decl *D, StringRef rcAnnotation) { in hasRCAnnotation() argument
162 if (Ann->getAnnotation() == rcAnnotation) in hasRCAnnotation()