Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Frontend/
H A DAnalyzerHelpFlags.h25 void printCheckerConfigList(llvm::raw_ostream &OS, CompilerInstance &CI);
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalyzerHelpFlags.cpp50 void ento::printCheckerConfigList(raw_ostream &out, CompilerInstance &CI) { in printCheckerConfigList() function in ento
/netbsd-src/external/apache2/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp254 ento::printCheckerConfigList(llvm::outs(), *Clang); in ExecuteCompilerInvocation()