Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp1191 llvm::SmallPtrSet<SymbolRef, 8> AllowedSymbols; in checkRegionChanges() local
1195 AllowedSymbols.insert(SR->getSymbol()); in checkRegionChanges()
1198 if (AllowedSymbols.count(sym)) in checkRegionChanges()