Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DPrettyPrinter.h41 : Indentation(2), SuppressSpecifiers(false), in PrintingPolicy()
82 bool SuppressSpecifiers : 1; member
/external/llvm-project/clang/include/clang/AST/
DPrettyPrinter.h52 : Indentation(2), SuppressSpecifiers(false), in PrintingPolicy()
96 unsigned SuppressSpecifiers : 1; member
/external/clang/lib/AST/
DDeclPrinter.cpp171 SubPolicy.SuppressSpecifiers = false; in printGroup()
176 SubPolicy.SuppressSpecifiers = true; in printGroup()
382 if (!Policy.SuppressSpecifiers) { in VisitTypedefDecl()
400 if (!Policy.SuppressSpecifiers && D->isModulePrivate()) in VisitEnumDecl()
423 if (!Policy.SuppressSpecifiers && D->isModulePrivate()) in VisitRecordDecl()
454 if (!Policy.SuppressSpecifiers) { in VisitFunctionDecl()
474 SubPolicy.SuppressSpecifiers = false; in VisitFunctionDecl()
688 if (!Policy.SuppressSpecifiers && D->isMutable()) in VisitFieldDecl()
690 if (!Policy.SuppressSpecifiers && D->isModulePrivate()) in VisitFieldDecl()
723 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()
254 if (Policy.SuppressSpecifiers && T->isSpecifierType()) in printBefore()
/external/llvm-project/clang/lib/AST/
DDeclPrinter.cpp200 SubPolicy.SuppressSpecifiers = false; in printGroup()
205 SubPolicy.SuppressSpecifiers = true; in printGroup()
501 if (!Policy.SuppressSpecifiers) { in VisitTypedefDecl()
519 if (!Policy.SuppressSpecifiers && D->isModulePrivate()) in VisitEnumDecl()
545 if (!Policy.SuppressSpecifiers && D->isModulePrivate()) in VisitRecordDecl()
601 if (!Policy.SuppressSpecifiers) { in VisitFunctionDecl()
623 SubPolicy.SuppressSpecifiers = false; in VisitFunctionDecl()
814 if (!Policy.SuppressSpecifiers && D->isMutable()) in VisitFieldDecl()
816 if (!Policy.SuppressSpecifiers && D->isModulePrivate()) in VisitFieldDecl()
849 if (!Policy.SuppressSpecifiers) { in VisitVarDecl()
[all …]
DTypePrinter.cpp73 : Policy(Policy), Old(Policy.SuppressSpecifiers) { in ParamPolicyRAII()
74 Policy.SuppressSpecifiers = false; in ParamPolicyRAII()
78 Policy.SuppressSpecifiers = Old; in ~ParamPolicyRAII()
297 if (Policy.SuppressSpecifiers && T->isSpecifierType()) in printBefore()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp4901 return P->SuppressSpecifiers; in clang_PrintingPolicy_getProperty()
4968 P->SuppressSpecifiers = Value; in clang_PrintingPolicy_setProperty()