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.h64 SuppressScope(false), SuppressUnwrittenScope(false), in PrintingPolicy()
138 unsigned SuppressScope : 1;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp96 bool SuppressScope; member in __anon5708b7770111::ElaboratedTypePolicyRAII
101 SuppressScope = Policy.SuppressScope; in ElaboratedTypePolicyRAII()
103 Policy.SuppressScope = true; in ElaboratedTypePolicyRAII()
108 Policy.SuppressScope = SuppressScope; in ~ElaboratedTypePolicyRAII()
1203 if (!Policy.SuppressScope) in printTypeSpec()
1495 if (!Policy.SuppressScope) in printTag()
1668 if (!Policy.SuppressScope) in printTemplateId()
1730 if (!Policy.SuppressTagKeyword && Policy.SuppressScope && in printElaboratedBefore()
1733 bool OldSupressScope = Policy.SuppressScope; in printElaboratedBefore()
1735 Policy.SuppressScope = false; in printElaboratedBefore()
[all …]
H A DDeclarationName.cpp487 Policy.SuppressScope = true; in printName()
H A DDeclPrinter.cpp724 if (!Policy.SuppressScope) { in VisitFunctionDecl()
836 if (!Policy.SuppressTagKeyword && Policy.SuppressScope && in VisitFunctionDecl()
998 if (!Policy.SuppressTagKeyword && Policy.SuppressScope && in VisitVarDecl()
H A DNestedNameSpecifier.cpp329 InnerPolicy.SuppressScope = true; in print()
H A DDecl.cpp4915 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.cpp1022 m_desc_policy.SuppressScope = true; in CodeComplete()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3836 printing_policy.SuppressScope = false; in GetDisplayTypeName()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp2013 Policy.SuppressScope = true; in getCompletionPrintingPolicy()