Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DPrettyPrinter.h43 IncludeTagDefinition(false), SuppressScope(false), in PrintingPolicy()
105 bool SuppressScope : 1; member
/external/llvm-project/clang/include/clang/AST/
DPrettyPrinter.h54 SuppressScope(false), SuppressUnwrittenScope(false), in PrintingPolicy()
119 unsigned SuppressScope : 1; member
/external/llvm-project/clang/unittests/Tooling/
DQualTypeNamesTest.cpp29 Policy.SuppressScope = false; in VisitValueDecl()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseUsingCheck.cpp62 printPolicy.SuppressScope = true; in check()
/external/clang/lib/AST/
DTypePrinter.cpp66 bool SuppressScope; member in __anon5aa446590111::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/llvm-project/clang/lib/AST/
DTypePrinter.cpp85 bool SuppressScope; member in __anon2a8a82670111::ElaboratedTypePolicyRAII
90 SuppressScope = Policy.SuppressScope; in ElaboratedTypePolicyRAII()
92 Policy.SuppressScope = true; in ElaboratedTypePolicyRAII()
97 Policy.SuppressScope = SuppressScope; in ~ElaboratedTypePolicyRAII()
1024 if (!Policy.SuppressScope) in printTypeSpec()
1285 if (!Policy.SuppressScope) in printTag()
DDeclarationName.cpp496 Policy.SuppressScope = true; in printName()
DNestedNameSpecifier.cpp298 InnerPolicy.SuppressScope = true; in print()
DDeclPrinter.cpp630 if (!Policy.SuppressScope) { in VisitFunctionDecl()
/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp470 Policy.SuppressScope = false; in getFullyQualifiedName()
/external/llvm-project/clang-tools-extra/clangd/
DAST.cpp313 PP.SuppressScope = true; in printType()
DHover.cpp72 Policy.SuppressScope = true; in getLocalScope()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp835 m_desc_policy.SuppressScope = true; in CodeComplete()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp4907 return P->SuppressScope; in clang_PrintingPolicy_getProperty()
4977 P->SuppressScope = Value; in clang_PrintingPolicy_setProperty()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp3694 printing_policy.SuppressScope = false; in GetDisplayTypeName()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp1869 Policy.SuppressScope = true; in getCompletionPrintingPolicy()