Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp60 class NonLocalizedStringChecker class
642 bool NonLocalizedStringChecker::isAnnotatedAsReturningLocalized( in isAnnotatedAsReturningLocalized()
655 bool NonLocalizedStringChecker::isAnnotatedAsTakingLocalized( in isAnnotatedAsTakingLocalized()
667 bool NonLocalizedStringChecker::hasLocalizedState(SVal S, in hasLocalizedState()
680 bool NonLocalizedStringChecker::hasNonLocalizedState(SVal S, in hasNonLocalizedState()
692 void NonLocalizedStringChecker::setLocalizedState(const SVal S, in setLocalizedState()
703 void NonLocalizedStringChecker::setNonLocalizedState(const SVal S, in setNonLocalizedState()
744 void NonLocalizedStringChecker::reportLocalizationError( in reportLocalizationError()
778 int NonLocalizedStringChecker::getLocalizedArgumentForSelector( in getLocalizedArgumentForSelector()
1396 NonLocalizedStringChecker *checker = in registerNonLocalizedStringChecker()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1330 def NonLocalizedStringChecker : Checker<"NonLocalizedStringChecker">,