Home
last modified time | relevance | path

Searched refs:printEnabledCheckerList (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/
H A DFrontendActions.h57 void printEnabledCheckerList(raw_ostream &OS, ArrayRef<std::string> plugins,
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistration.cpp57 void ento::printEnabledCheckerList(raw_ostream &out, in printEnabledCheckerList() function in ento
/freebsd-12.1/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp248 ento::printEnabledCheckerList(llvm::outs(), in ExecuteCompilerInvocation()