Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp60 class NonLocalizedStringChecker class
146 void NonLocalizedStringChecker::initUIMethods(ASTContext &Ctx) const { in initUIMethods()
615 void NonLocalizedStringChecker::initLocStringsMethods(ASTContext &Ctx) const { in initLocStringsMethods()
640 bool NonLocalizedStringChecker::isAnnotatedAsReturningLocalized( in isAnnotatedAsReturningLocalized()
653 bool NonLocalizedStringChecker::isAnnotatedAsTakingLocalized( in isAnnotatedAsTakingLocalized()
665 bool NonLocalizedStringChecker::hasLocalizedState(SVal S, in hasLocalizedState()
678 bool NonLocalizedStringChecker::hasNonLocalizedState(SVal S, in hasNonLocalizedState()
690 void NonLocalizedStringChecker::setLocalizedState(const SVal S, in setLocalizedState()
701 void NonLocalizedStringChecker::setNonLocalizedState(const SVal S, in setNonLocalizedState()
742 void NonLocalizedStringChecker::reportLocalizationError( in reportLocalizationError()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1283 def NonLocalizedStringChecker : Checker<"NonLocalizedStringChecker">,