Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
HDAnalyzerOptions.h458 bool shouldReportIssuesInMainSourceFile();
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDAnalyzerOptions.cpp217 bool AnalyzerOptions::shouldReportIssuesInMainSourceFile() { in shouldReportIssuesInMainSourceFile() function in AnalyzerOptions
HDBugReporter.cpp3420 if (Opts.shouldReportIssuesInMainSourceFile() && !Opts.AnalyzeAll) in FlushReport()