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),
62 /// SuppressSpecifiers will be false when printing the
66 bool SuppressSpecifiers : 1;
  /external/clang/lib/AST/
DeclPrinter.cpp 159 SubPolicy.SuppressSpecifiers = false;
163 SubPolicy.SuppressSpecifiers = true;
334 if (!Policy.SuppressSpecifiers) {
351 if (!Policy.SuppressSpecifiers && D->isModulePrivate())
374 if (!Policy.SuppressSpecifiers && D->isModulePrivate())
397 if (!Policy.SuppressSpecifiers) {
415 SubPolicy.SuppressSpecifiers = false;
617 if (!Policy.SuppressSpecifiers && D->isMutable())
619 if (!Policy.SuppressSpecifiers && D->isModulePrivate())
647 if (!Policy.SuppressSpecifiers) {
    [all...]
TypePrinter.cpp 53 : Policy(Policy), Old(Policy.SuppressSpecifiers) {
54 Policy.SuppressSpecifiers = false;
58 Policy.SuppressSpecifiers = Old;
244 if (Policy.SuppressSpecifiers && T->isSpecifierType())
    [all...]

Completed in 146 milliseconds