Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp84 bool isAnnotatedAsReturningLocalized(const Decl *D) const;
642 bool NonLocalizedStringChecker::isAnnotatedAsReturningLocalized( in isAnnotatedAsReturningLocalized() function in NonLocalizedStringChecker
947 if (isAnnotatedAsReturningLocalized(D) || LSF.contains(Identifier)) { in checkPostCall()
982 isAnnotatedAsReturningLocalized(msg.getDecl())) { in checkPostObjCMessage()