Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp1035 class EmptyLocalizationContextChecker class
1072 void EmptyLocalizationContextChecker::checkASTDecl( in checkASTDecl()
1105 void EmptyLocalizationContextChecker::MethodCrawler::VisitObjCMessageExpr( in VisitObjCMessageExpr()
1185 void EmptyLocalizationContextChecker::MethodCrawler::reportEmptyContextError( in reportEmptyContextError()
1410 mgr.registerChecker<EmptyLocalizationContextChecker>(); in registerEmptyLocalizationContextChecker()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1255 def EmptyLocalizationContextChecker :
1256 Checker<"EmptyLocalizationContextChecker">,