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 170 SubPolicy.SuppressSpecifiers = false;
174 SubPolicy.SuppressSpecifiers = true;
375 if (!Policy.SuppressSpecifiers) {
392 if (!Policy.SuppressSpecifiers && D->isModulePrivate())
415 if (!Policy.SuppressSpecifiers && D->isModulePrivate())
446 if (!Policy.SuppressSpecifiers) {
466 SubPolicy.SuppressSpecifiers = false;
680 if (!Policy.SuppressSpecifiers && D->isMutable())
682 if (!Policy.SuppressSpecifiers && D->isModulePrivate())
710 if (!Policy.SuppressSpecifiers) {
    [all...]
TypePrinter.cpp 54 : Policy(Policy), Old(Policy.SuppressSpecifiers) {
55 Policy.SuppressSpecifiers = false;
59 Policy.SuppressSpecifiers = Old;
250 if (Policy.SuppressSpecifiers && T->isSpecifierType())
    [all...]

Completed in 54 milliseconds