Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DPrettyPrinter.h39 SuppressTagKeyword(false), SuppressTag(false), SuppressScope(false), in PrintingPolicy()
90 bool SuppressScope : 1; member
/external/clang/lib/AST/
DTypePrinter.cpp66 bool SuppressScope; member in __anon5aa446590111::ElaboratedTypePolicyRAII
71 SuppressScope = Policy.SuppressScope; in ElaboratedTypePolicyRAII()
73 Policy.SuppressScope = true; in ElaboratedTypePolicyRAII()
78 Policy.SuppressScope = SuppressScope; in ~ElaboratedTypePolicyRAII()
913 if (!Policy.SuppressScope) in printTag()
DNestedNameSpecifier.cpp290 InnerPolicy.SuppressScope = true; in print()