Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DPrettyPrinter.h64 SuppressScope(false), SuppressUnwrittenScope(false), in PrintingPolicy()
129 unsigned SuppressScope : 1; member
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DTypePrinter.cpp86 bool SuppressScope; member in __anon0f20a78f0111::ElaboratedTypePolicyRAII
91 SuppressScope = Policy.SuppressScope; in ElaboratedTypePolicyRAII()
93 Policy.SuppressScope = true; in ElaboratedTypePolicyRAII()
98 Policy.SuppressScope = SuppressScope; in ~ElaboratedTypePolicyRAII()
1032 if (!Policy.SuppressScope) in printTypeSpec()
1297 if (!Policy.SuppressScope) in printTag()
1446 if (!Policy.SuppressScope) in printTemplateId()
DDeclarationName.cpp495 Policy.SuppressScope = true; in printName()
DNestedNameSpecifier.cpp299 InnerPolicy.SuppressScope = true; in print()
DDeclPrinter.cpp638 if (!Policy.SuppressScope) { in VisitFunctionDecl()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp846 m_desc_policy.SuppressScope = true; in CodeComplete()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp1898 Policy.SuppressScope = true; in getCompletionPrintingPolicy()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp3777 printing_policy.SuppressScope = false; in GetDisplayTypeName()