Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDPrettyPrinter.h52 SuppressScope(false), SuppressUnwrittenScope(false), in PrintingPolicy()
115 unsigned SuppressScope : 1; member
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDTypePrinter.cpp85 bool SuppressScope; member in __anonf5e2cc4e0111::ElaboratedTypePolicyRAII
90 SuppressScope = Policy.SuppressScope; in ElaboratedTypePolicyRAII()
92 Policy.SuppressScope = true; in ElaboratedTypePolicyRAII()
97 Policy.SuppressScope = SuppressScope; in ~ElaboratedTypePolicyRAII()
949 if (!Policy.SuppressScope) in printTypeSpec()
1167 if (!Policy.SuppressScope) in printTag()
HDDeclarationName.cpp484 Policy.SuppressScope = true; in printName()
HDNestedNameSpecifier.cpp319 InnerPolicy.SuppressScope = true; in print()
HDDeclPrinter.cpp629 if (!Policy.SuppressScope) { in VisitFunctionDecl()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangExpressionParser.cpp717 m_desc_policy.SuppressScope = true; in CodeComplete()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCodeComplete.cpp1846 Policy.SuppressScope = true; in getCompletionPrintingPolicy()