Lines Matching refs:SuppressSpecifiers
170 SubPolicy.SuppressSpecifiers = false; in printGroup()
174 SubPolicy.SuppressSpecifiers = true; in printGroup()
375 if (!Policy.SuppressSpecifiers) { in VisitTypedefDecl()
392 if (!Policy.SuppressSpecifiers && D->isModulePrivate()) in VisitEnumDecl()
415 if (!Policy.SuppressSpecifiers && D->isModulePrivate()) in VisitRecordDecl()
446 if (!Policy.SuppressSpecifiers) { in VisitFunctionDecl()
466 SubPolicy.SuppressSpecifiers = false; in VisitFunctionDecl()
680 if (!Policy.SuppressSpecifiers && D->isMutable()) in VisitFieldDecl()
682 if (!Policy.SuppressSpecifiers && D->isModulePrivate()) in VisitFieldDecl()
710 if (!Policy.SuppressSpecifiers) { in VisitVarDecl()
818 if (!Policy.SuppressSpecifiers && D->isModulePrivate()) in VisitCXXRecordDecl()