Searched defs:LSF (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp73 mutable llvm::SmallSet<const IdentifierInfo *, 5> LSF; member in class:__anon1992::NonLocalizedStringChecker
552 #define LSF_INSERT(function_name) LSF.insert(&Ctx.Idents.get(function_name));
818 /// if it is in LocStringFunctions (LSF) or the function is annotated.
851 if (isAnnotatedAsLocalized(D) || LSF.count(Identifier) != 0) {

Completed in 244 milliseconds