Searched refs:LastInMainSourceFile (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h345 bool LastInMainSourceFile; member in class:clang::ento::PathDiagnosticPiece
406 LastInMainSourceFile = true;
410 return LastInMainSourceFile;
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp53 LastInMainSourceFile(false) {}
56 : kind(k), Hint(hint), LastInMainSourceFile(false) {}

Completed in 41 milliseconds