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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp81 bool isAnnotatedAsReturningLocalized(const Decl *D) const;
646 bool NonLocalizedStringChecker::isAnnotatedAsReturningLocalized( function in class:NonLocalizedStringChecker
952 if (isAnnotatedAsReturningLocalized(D) || LSF.count(Identifier) != 0) {
987 isAnnotatedAsReturningLocalized(msg.getDecl())) {

Completed in 30 milliseconds