Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp184 static bool hasRCAnnotation(const Decl *D, StringRef rcAnnotation) { in hasRCAnnotation() argument
186 if (Ann->getAnnotation() == rcAnnotation) in hasRCAnnotation()