Searched defs:SuppressTagKeyword (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DPrettyPrinter.h42 SuppressTagKeyword(LO.CPlusPlus),
60 SuppressTagKeyword = true;
92 bool SuppressTagKeyword : 1; member in struct:clang::PrintingPolicy
/external/clang/lib/AST/
H A DTypePrinter.cpp65 bool SuppressTagKeyword; member in class:__anon1125::ElaboratedTypePolicyRAII
70 SuppressTagKeyword = Policy.SuppressTagKeyword;
72 Policy.SuppressTagKeyword = true;
77 Policy.SuppressTagKeyword = SuppressTagKeyword;
952 if (!Policy.SuppressTagKeyword && !D->getTypedefNameForAnonDecl()) {

Completed in 295 milliseconds