Home
last modified time | relevance | path

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

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