Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DPrettyPrinter.h43 IncludeTagDefinition(false), SuppressScope(false), in PrintingPolicy()
105 bool SuppressScope : 1; member
/external/clang/lib/AST/
DTypePrinter.cpp66 bool SuppressScope; member in __anon2081d4620111::ElaboratedTypePolicyRAII
71 SuppressScope = Policy.SuppressScope; in ElaboratedTypePolicyRAII()
73 Policy.SuppressScope = true; in ElaboratedTypePolicyRAII()
78 Policy.SuppressScope = SuppressScope; in ~ElaboratedTypePolicyRAII()
961 if (!Policy.SuppressScope) in printTag()
DNestedNameSpecifier.cpp299 InnerPolicy.SuppressScope = true; in print()
/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp470 Policy.SuppressScope = false; in getFullyQualifiedName()