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

  /external/clang/include/clang/AST/
ASTImporter.h 49 /// \brief Whether to perform a minimal import.
50 bool Minimal;
96 /// \brief Whether the importer will perform a minimal import, creating
98 bool isMinimalImport() const { return Minimal; }
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 65 enum PathGenerationScheme { Minimal, Extensive };
66 virtual PathGenerationScheme getGenerationScheme() const { return Minimal; }

Completed in 1242 milliseconds