Home
last modified time | relevance | path

Searched defs:supportsCrossFileDiagnostics (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp53 bool supportsCrossFileDiagnostics() const override { in supportsCrossFileDiagnostics() function in __anon1268c05e0111::PlistDiagnostics
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp99 bool supportsCrossFileDiagnostics() const override { return true; } in supportsCrossFileDiagnostics() function in __anon7aafed410111::ClangDiagPathDiagConsumer
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h110 virtual bool supportsCrossFileDiagnostics() const { return false; } in supportsCrossFileDiagnostics() function