Home
last modified time | relevance | path

Searched refs:SuppressSpecifiers (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DPrettyPrinter.h38 : LangOpts(LO), Indentation(2), SuppressSpecifiers(false), in PrintingPolicy()
67 bool SuppressSpecifiers : 1; member
/external/clang/lib/AST/
DDeclPrinter.cpp160 SubPolicy.SuppressSpecifiers = false; in printGroup()
164 SubPolicy.SuppressSpecifiers = true; in printGroup()
337 if (!Policy.SuppressSpecifiers) { in VisitTypedefDecl()
354 if (!Policy.SuppressSpecifiers && D->isModulePrivate()) in VisitEnumDecl()
377 if (!Policy.SuppressSpecifiers && D->isModulePrivate()) in VisitRecordDecl()
404 if (!Policy.SuppressSpecifiers) { in VisitFunctionDecl()
424 SubPolicy.SuppressSpecifiers = false; in VisitFunctionDecl()
637 if (!Policy.SuppressSpecifiers && D->isMutable()) in VisitFieldDecl()
639 if (!Policy.SuppressSpecifiers && D->isModulePrivate()) in VisitFieldDecl()
666 if (!Policy.SuppressSpecifiers) { in VisitVarDecl()
[all …]
DTypePrinter.cpp54 : Policy(Policy), Old(Policy.SuppressSpecifiers) { in ParamPolicyRAII()
55 Policy.SuppressSpecifiers = false; in ParamPolicyRAII()
59 Policy.SuppressSpecifiers = Old; in ~ParamPolicyRAII()
250 if (Policy.SuppressSpecifiers && T->isSpecifierType()) in printBefore()