HomeSort by relevance Sort by last modified time
    Searched refs:LastInMainSourceFile (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 345 bool LastInMainSourceFile;
406 LastInMainSourceFile = true;
410 return LastInMainSourceFile;
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 53 LastInMainSourceFile(false) {}
56 : kind(k), Hint(hint), LastInMainSourceFile(false) {}
    [all...]

Completed in 52 milliseconds