Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp77 bool hasNonLocalizedState(SVal S, CheckerContext &C) const;
685 bool NonLocalizedStringChecker::hasNonLocalizedState(SVal S, in hasNonLocalizedState() function in NonLocalizedStringChecker
826 bool isNonLocalized = hasNonLocalizedState(svTitle, C); in checkPreObjCMessage()
877 bool isNonLocalized = hasNonLocalizedState(svTitle, C); in checkPreObjCMessage()
895 if (hasNonLocalizedState(actual, C)) { in checkPreCall()