Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DPrettyPrinter.h39 SuppressTagKeyword(false), SuppressTag(false), SuppressScope(false), in PrintingPolicy()
77 bool SuppressTagKeyword : 1; member
/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()
907 if (!(Policy.LangOpts.CPlusPlus || Policy.SuppressTagKeyword || in printTag()
/external/clang/lib/Index/
DUSRGeneration.cpp708 PO.SuppressTagKeyword = true; in VisitType()