Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp1037 class EmptyLocalizationContextChecker class
1074 void EmptyLocalizationContextChecker::checkASTDecl( in checkASTDecl()
1104 void EmptyLocalizationContextChecker::MethodCrawler::VisitObjCMessageExpr( in VisitObjCMessageExpr()
1185 void EmptyLocalizationContextChecker::MethodCrawler::reportEmptyContextError( in reportEmptyContextError()
1406 mgr.registerChecker<EmptyLocalizationContextChecker>(); in registerEmptyLocalizationContextChecker()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td773 def EmptyLocalizationContextChecker :
774 Checker<"EmptyLocalizationContextChecker">,