Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Frontend/
H A DAnalyzerHelpFlags.h24 void printAnalyzerConfigList(llvm::raw_ostream &OS);
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalyzerHelpFlags.cpp60 void ento::printAnalyzerConfigList(raw_ostream &out) { in printAnalyzerConfigList() function in ento
/netbsd-src/external/apache2/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp266 ento::printAnalyzerConfigList(llvm::outs()); in ExecuteCompilerInvocation()