Home
last modified time | relevance | path

Searched refs:SuppressTagKeyword (Results 1 – 3 of 3) 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/clang/lib/AST/
DTypePrinter.cpp65 bool SuppressTagKeyword; member in __anoncdd0f5980111::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/clang/lib/Index/
DUSRGeneration.cpp737 PO.SuppressTagKeyword = true; in VisitType()