Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DPrettyPrinter.h62 : Indentation(2), SuppressSpecifiers(false), in PrintingPolicy()
106 unsigned SuppressSpecifiers : 1; member
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDeclPrinter.cpp205 SubPolicy.SuppressSpecifiers = false; in printGroup()
210 SubPolicy.SuppressSpecifiers = true; in printGroup()
508 if (!Policy.SuppressSpecifiers) { in VisitTypedefDecl()
526 if (!Policy.SuppressSpecifiers && D->isModulePrivate()) in VisitEnumDecl()
552 if (!Policy.SuppressSpecifiers && D->isModulePrivate()) in VisitRecordDecl()
609 if (!Policy.SuppressSpecifiers) { in VisitFunctionDecl()
631 SubPolicy.SuppressSpecifiers = false; in VisitFunctionDecl()
829 if (!Policy.SuppressSpecifiers && D->isMutable()) in VisitFieldDecl()
831 if (!Policy.SuppressSpecifiers && D->isModulePrivate()) in VisitFieldDecl()
865 if (!Policy.SuppressSpecifiers) { in VisitVarDecl()
[all …]
DTypePrinter.cpp74 : Policy(Policy), Old(Policy.SuppressSpecifiers) { in ParamPolicyRAII()
75 Policy.SuppressSpecifiers = false; in ParamPolicyRAII()
79 Policy.SuppressSpecifiers = Old; in ~ParamPolicyRAII()
300 if (Policy.SuppressSpecifiers && T->isSpecifierType()) in printBefore()