Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h467 bool shouldReportIssuesInMainSourceFile();
/external/clang/lib/StaticAnalyzer/Core/
DAnalyzerOptions.cpp217 bool AnalyzerOptions::shouldReportIssuesInMainSourceFile() { in shouldReportIssuesInMainSourceFile() function in AnalyzerOptions
DBugReporter.cpp3422 if (Opts.shouldReportIssuesInMainSourceFile() && !Opts.AnalyzeAll) in FlushReport()