HomeSort by relevance Sort by last modified time
    Searched refs:Minimal (Results 1 - 7 of 7) 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/lib/StaticAnalyzer/Core/
TextPathDiagnostics.cpp 41 PathGenerationScheme getGenerationScheme() const { return Minimal; }
BugReporter.cpp 381 // "Minimal" path diagnostic generation algorithm.
    [all...]
  /external/chromium/chrome/common/
web_apps_unittest.cc 106 TEST(WebAppInfo, Minimal) {
108 ParseFromDefinitionAndExpectSuccess("minimal.json"));
  /external/chromium/chrome/browser/extensions/
convert_web_app_unittest.cc 145 TEST(ExtensionFromWebApp, Minimal) {
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 69 enum PathGenerationScheme { Minimal, Extensive };
70 virtual PathGenerationScheme getGenerationScheme() const { return Minimal; }
  /external/clang/lib/AST/
ASTImporter.cpp 93 /// nothing (if minimal import is set) or might be everything (if minimal
    [all...]

Completed in 211 milliseconds