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

/external/clang/include/clang/AST/
H A DPrettyPrinter.h39 SuppressTagKeyword(false), SuppressTag(false), SuppressScope(false),
77 bool SuppressTagKeyword : 1; member in struct:clang::PrintingPolicy
/external/clang/lib/AST/
H A DTypePrinter.cpp65 bool SuppressTagKeyword; member in class:__anon17761::ElaboratedTypePolicyRAII
70 SuppressTagKeyword = Policy.SuppressTagKeyword;
72 Policy.SuppressTagKeyword = true;
77 Policy.SuppressTagKeyword = SuppressTagKeyword;
881 // bool SuppressTagKeyword
882 // = Policy.LangOpts.CPlusPlus || Policy.SuppressTagKeyword;
886 if (!(Policy.LangOpts.CPlusPlus || Policy.SuppressTagKeyword ||
/external/lldb/source/Symbol/
H A DClangASTType.cpp1083 printing_policy.SuppressTagKeyword = true;

Completed in 169 milliseconds