Home
last modified time | relevance | path

Searched refs:SuppressTagKeyword (Results 1 – 12 of 12) sorted by relevance

/external/clang/include/clang/AST/
DPrettyPrinter.h42 SuppressTagKeyword(LO.CPlusPlus), in PrintingPolicy()
60 SuppressTagKeyword = true; in adjustForCPlusPlus()
92 bool SuppressTagKeyword : 1; member
/external/llvm-project/clang/include/clang/AST/
DPrettyPrinter.h53 SuppressTagKeyword(LO.CPlusPlus), IncludeTagDefinition(false), in PrintingPolicy()
74 SuppressTagKeyword = true; in adjustForCPlusPlus()
106 unsigned SuppressTagKeyword : 1; member
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DStaticAccessedThroughInstanceCheck.cpp69 PrintingPolicyWithSupressedTag.SuppressTagKeyword = true; in check()
/external/clang/lib/AST/
DTypePrinter.cpp65 bool SuppressTagKeyword; member in __anon5aa446590111::ElaboratedTypePolicyRAII
70 SuppressTagKeyword = Policy.SuppressTagKeyword; in ElaboratedTypePolicyRAII()
72 Policy.SuppressTagKeyword = true; in ElaboratedTypePolicyRAII()
77 Policy.SuppressTagKeyword = SuppressTagKeyword; in ~ElaboratedTypePolicyRAII()
952 if (!Policy.SuppressTagKeyword && !D->getTypedefNameForAnonDecl()) { in printTag()
/external/llvm-project/clang-tools-extra/clangd/
DHover.cpp58 Policy.SuppressTagKeyword = false; in printingPolicyForDecls()
117 Policy.SuppressTagKeyword = true; in printDefinition()
568 Policy.SuppressTagKeyword = true; in getHoverContents()
645 Policy.SuppressTagKeyword = true; in getHoverContents()
DAST.cpp314 PP.SuppressTagKeyword = true; in printType()
/external/llvm-project/clang/lib/AST/
DTypePrinter.cpp84 bool SuppressTagKeyword; member in __anon2a8a82670111::ElaboratedTypePolicyRAII
89 SuppressTagKeyword = Policy.SuppressTagKeyword; in ElaboratedTypePolicyRAII()
91 Policy.SuppressTagKeyword = true; in ElaboratedTypePolicyRAII()
96 Policy.SuppressTagKeyword = SuppressTagKeyword; in ~ElaboratedTypePolicyRAII()
1276 if (!Policy.SuppressTagKeyword && !D->getTypedefNameForAnonDecl()) { in printTag()
/external/clang/lib/Index/
DUSRGeneration.cpp737 PO.SuppressTagKeyword = true; in VisitType()
/external/llvm-project/clang/lib/Index/
DUSRGeneration.cpp625 PO.SuppressTagKeyword = true; in printQualifier()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp836 m_desc_policy.SuppressTagKeyword = true; in CodeComplete()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp1999 printing_policy.SuppressTagKeyword = true; in GetTypePrintingPolicy()
3693 printing_policy.SuppressTagKeyword = true; in GetDisplayTypeName()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp4903 return P->SuppressTagKeyword; in clang_PrintingPolicy_getProperty()
4971 P->SuppressTagKeyword = Value; in clang_PrintingPolicy_setProperty()