Home | History | Annotate | Download | only in Checkers

Lines Matching defs:Localized

11 //  1) A checker that warns about uses of non-localized NSStrings passed to
12 // UI methods expecting localized strings
41 enum Kind { NonLocalized, Localized } K;
45 bool isLocalized() const { return K == Localized; }
48 static LocalizedState getLocalized() { return LocalizedState(Localized); }
67 // Methods that require a localized string
70 // Methods that return a localized string
72 // C Functions that return a localized string
152 /// Initializes a list of methods that require a localized string
563 /// Initializes a list of methods and C functions that return a localized string
599 /// Returns true if the given SVal is marked as Localized in the program state
624 /// Marks the given SVal as Localized in the program state
652 /// code. We use this to suppress localization diagnostics in un-localized user
696 *BT, "User-facing text should use localized string macro", ErrNode));
711 /// Returns the argument number requiring localized string if it exists
817 /// Marks a string being returned by any call as localized
829 // Anything that takes in a localized NSString as an argument
831 // localized NSString. (Counter: Incorrectly combining two LocalizedStrings)
866 /// Marks a string being returned by an ObjC method as localized
891 /// Marks all empty string literals as localized
927 "Non-localized string literal here");
1080 "Localized string macro should include a non-empty "
1169 // has been shown to almost always be a function that returns a localized
1189 // a localized string. It's a macro for the ObjCMessageExpr