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
148 void NonLocalizedStringChecker::initUIMethods(ASTContext &Ctx) const { in initUIMethods()
617 void NonLocalizedStringChecker::initLocStringsMethods(ASTContext &Ctx) const { in initLocStringsMethods()
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()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1335 def NonLocalizedStringChecker : Checker<"NonLocalizedStringChecker">,