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

  /external/clang/unittests/AST/
NamedDeclPrinterTest.cpp 34 bool SuppressUnwrittenScope;
37 explicit PrintMatch(bool suppressUnwrittenScope)
38 : NumFoundDecls(0), SuppressUnwrittenScope(suppressUnwrittenScope) {}
50 Policy.SuppressUnwrittenScope = SuppressUnwrittenScope;
65 bool SuppressUnwrittenScope,
68 PrintMatch Printer(SuppressUnwrittenScope);
101 /*SuppressUnwrittenScope*/ false,
113 /*SuppressUnwrittenScope*/ true
    [all...]
  /external/clang/include/clang/AST/
PrettyPrinter.h 44 SuppressUnwrittenScope(false), SuppressInitializers(false),
109 bool SuppressUnwrittenScope : 1;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
PrettyPrinter.h 44 SuppressUnwrittenScope(false), SuppressInitializers(false),
109 bool SuppressUnwrittenScope : 1;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
PrettyPrinter.h 44 SuppressUnwrittenScope(false), SuppressInitializers(false),
109 bool SuppressUnwrittenScope : 1;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
PrettyPrinter.h 44 SuppressUnwrittenScope(false), SuppressInitializers(false),
109 bool SuppressUnwrittenScope : 1;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
PrettyPrinter.h 44 SuppressUnwrittenScope(false), SuppressInitializers(false),
109 bool SuppressUnwrittenScope : 1;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
PrettyPrinter.h 44 SuppressUnwrittenScope(false), SuppressInitializers(false),
109 bool SuppressUnwrittenScope : 1;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
PrettyPrinter.h 44 SuppressUnwrittenScope(false), SuppressInitializers(false),
109 bool SuppressUnwrittenScope : 1;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
PrettyPrinter.h 44 SuppressUnwrittenScope(false), SuppressInitializers(false),
109 bool SuppressUnwrittenScope : 1;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
PrettyPrinter.h 44 SuppressUnwrittenScope(false), SuppressInitializers(false),
109 bool SuppressUnwrittenScope : 1;

Completed in 165 milliseconds