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

  /external/clang/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
78 /// SuppressSpecifiers will be false when printing the
82 bool SuppressSpecifiers : 1;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
78 /// SuppressSpecifiers will be false when printing the
82 bool SuppressSpecifiers : 1;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
78 /// SuppressSpecifiers will be false when printing the
82 bool SuppressSpecifiers : 1;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
78 /// SuppressSpecifiers will be false when printing the
82 bool SuppressSpecifiers : 1;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
79 /// SuppressSpecifiers will be false when printing the
83 bool SuppressSpecifiers : 1;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
79 /// SuppressSpecifiers will be false when printing the
83 bool SuppressSpecifiers : 1;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
79 /// SuppressSpecifiers will be false when printing the
83 bool SuppressSpecifiers : 1;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
79 /// SuppressSpecifiers will be false when printing the
83 bool SuppressSpecifiers : 1;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
78 /// SuppressSpecifiers will be false when printing the
82 bool SuppressSpecifiers : 1;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
78 /// SuppressSpecifiers will be false when printing the
82 bool SuppressSpecifiers : 1;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
78 /// SuppressSpecifiers will be false when printing the
82 bool SuppressSpecifiers : 1;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
79 /// SuppressSpecifiers will be false when printing the
83 bool SuppressSpecifiers : 1;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
79 /// SuppressSpecifiers will be false when printing the
83 bool SuppressSpecifiers : 1;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
79 /// SuppressSpecifiers will be false when printing the
83 bool SuppressSpecifiers : 1;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
PrettyPrinter.h 41 : Indentation(2), SuppressSpecifiers(false),
79 /// SuppressSpecifiers will be false when printing the
83 bool SuppressSpecifiers : 1;
  /external/clang/lib/AST/
DeclPrinter.cpp 171 SubPolicy.SuppressSpecifiers = false;
176 SubPolicy.SuppressSpecifiers = true;
382 if (!Policy.SuppressSpecifiers) {
400 if (!Policy.SuppressSpecifiers && D->isModulePrivate())
423 if (!Policy.SuppressSpecifiers && D->isModulePrivate())
454 if (!Policy.SuppressSpecifiers) {
474 SubPolicy.SuppressSpecifiers = false;
688 if (!Policy.SuppressSpecifiers && D->isMutable())
690 if (!Policy.SuppressSpecifiers && D->isModulePrivate())
723 if (!Policy.SuppressSpecifiers) {
    [all...]
TypePrinter.cpp 54 : Policy(Policy), Old(Policy.SuppressSpecifiers) {
55 Policy.SuppressSpecifiers = false;
59 Policy.SuppressSpecifiers = Old;
254 if (Policy.SuppressSpecifiers && T->isSpecifierType())
    [all...]

Completed in 120 milliseconds