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

  /external/clang/include/clang/AST/
PrettyPrinter.h 38 : LangOpts(LO), Indentation(2), SuppressSpecifiers(false),
63 /// SuppressSpecifiers will be false when printing the
67 bool SuppressSpecifiers : 1;
  /external/clang/lib/AST/
DeclPrinter.cpp 159 SubPolicy.SuppressSpecifiers = false;
163 SubPolicy.SuppressSpecifiers = true;
325 if (!Policy.SuppressSpecifiers) {
342 if (!Policy.SuppressSpecifiers && D->isModulePrivate())
365 if (!Policy.SuppressSpecifiers && D->isModulePrivate())
389 if (!Policy.SuppressSpecifiers) {
409 SubPolicy.SuppressSpecifiers = false;
622 if (!Policy.SuppressSpecifiers && D->isMutable())
624 if (!Policy.SuppressSpecifiers && D->isModulePrivate())
652 if (!Policy.SuppressSpecifiers) {
    [all...]
TypePrinter.cpp 54 : Policy(Policy), Old(Policy.SuppressSpecifiers) {
55 Policy.SuppressSpecifiers = false;
59 Policy.SuppressSpecifiers = Old;
246 if (Policy.SuppressSpecifiers && T->isSpecifierType())
    [all...]

Completed in 1138 milliseconds