Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp70 llvm::DenseMap<Selector, uint8_t>> UIMethods; member in __anon79a03b4c0111::NonLocalizedStringChecker
134 UIMethods.insert({&Ctx.Idents.get(#receiver), \
149 if (!UIMethods.empty()) in initUIMethods()
780 auto method = UIMethods.find(Receiver); in getLocalizedArgumentForSelector()
782 if (method == UIMethods.end()) in getLocalizedArgumentForSelector()