Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyPrinter.h62 SuppressScope(false), SuppressUnwrittenScope(false), in PrintingPolicy()
136 unsigned SuppressScope : 1;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp97 bool SuppressScope; member in __anon5708b7770111::ElaboratedTypePolicyRAII
102 SuppressScope = Policy.SuppressScope; in ElaboratedTypePolicyRAII()
104 Policy.SuppressScope = true; in ElaboratedTypePolicyRAII()
109 Policy.SuppressScope = SuppressScope; in ~ElaboratedTypePolicyRAII()
1161 if (!Policy.SuppressScope) in printTypeSpec()
1448 if (!Policy.SuppressScope) in printTag()
1620 if (!Policy.SuppressScope) in printTemplateId()
1682 if (!Policy.SuppressTagKeyword && Policy.SuppressScope && in printElaboratedBefore()
1685 bool OldSupressScope = Policy.SuppressScope; in printElaboratedBefore()
1687 Policy.SuppressScope = false; in printElaboratedBefore()
[all …]
H A DDeclarationName.cpp489 Policy.SuppressScope = true; in printName()
H A DDeclPrinter.cpp695 if (!Policy.SuppressScope) { in VisitFunctionDecl()
808 if (!Policy.SuppressTagKeyword && Policy.SuppressScope && in VisitFunctionDecl()
962 if (!Policy.SuppressTagKeyword && Policy.SuppressScope && in VisitVarDecl()
H A DNestedNameSpecifier.cpp299 InnerPolicy.SuppressScope = true; in print()
H A DDecl.cpp4804 Copy.SuppressScope = true; in printName()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterUtils.cpp107 Policy.SuppressScope = false; in GetFullTypeName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp822 m_desc_policy.SuppressScope = true; in CodeComplete()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3810 printing_policy.SuppressScope = false; in GetDisplayTypeName()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp2002 Policy.SuppressScope = true; in getCompletionPrintingPolicy()