Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp71 mutable llvm::SmallSet<const IdentifierInfo *, 5> LSF; member in __anon85f9db000111::NonLocalizedStringChecker
609 #define LSF_INSERT(function_name) LSF.insert(&Ctx.Idents.get(function_name));
952 if (isAnnotatedAsReturningLocalized(D) || LSF.count(Identifier) != 0) { in checkPostCall()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1244 "it is in LocStringFunctions (LSF) or the function is "