Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp76 bool hasNonLocalizedState(SVal S, CheckerContext &C) const;
684 bool NonLocalizedStringChecker::hasNonLocalizedState(SVal S, in hasNonLocalizedState() function in NonLocalizedStringChecker
825 bool isNonLocalized = hasNonLocalizedState(svTitle, C); in checkPreObjCMessage()
876 bool isNonLocalized = hasNonLocalizedState(svTitle, C); in checkPreObjCMessage()
894 if (hasNonLocalizedState(actual, C)) { in checkPreCall()