Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DCheckerRegistry.cpp30 static bool isInPackage(const CheckerRegistry::CheckerInfo &checker, in isInPackage() function
61 if (!isInPackage(*i, opt.getName())) in collectCheckers()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCheckerRegistryData.cpp83 static bool isInPackage(const CheckerInfo &Checker, StringRef PackageName) { in isInPackage() function
103 if (!isInPackage(*It, CmdLineArg)) in getMutableCheckersForCmdLineArg()