Searched refs:SuppressTagKeyword (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyPrinter.h51 SuppressTagKeyword(LO.CPlusPlus), IncludeTagDefinition(false),
70 SuppressTagKeyword = true;
102 unsigned SuppressTagKeyword : 1; member in struct:clang::PrintingPolicy
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp84 bool SuppressTagKeyword; member in class:__anon2758::ElaboratedTypePolicyRAII
89 SuppressTagKeyword = Policy.SuppressTagKeyword;
91 Policy.SuppressTagKeyword = true;
96 Policy.SuppressTagKeyword = SuppressTagKeyword;
1158 if (!Policy.SuppressTagKeyword && !D->getTypedefNameForAnonDecl()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp624 PO.SuppressTagKeyword = true;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp718 m_desc_policy.SuppressTagKeyword = true;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp3498 printing_policy.SuppressTagKeyword = true;

Completed in 99 milliseconds