Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp1030 class EmptyLocalizationContextChecker class
1067 void EmptyLocalizationContextChecker::checkASTDecl( in checkASTDecl()
1100 void EmptyLocalizationContextChecker::MethodCrawler::VisitObjCMessageExpr( in VisitObjCMessageExpr()
1180 void EmptyLocalizationContextChecker::MethodCrawler::reportEmptyContextError( in reportEmptyContextError()
1408 mgr.registerChecker<EmptyLocalizationContextChecker>(); in registerEmptyLocalizationContextChecker()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1353 def EmptyLocalizationContextChecker :
1354 Checker<"EmptyLocalizationContextChecker">,