Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DPrettyPrinter.h39 SuppressTagKeyword(false), SuppressTag(false), SuppressScope(false), in PrintingPolicy()
87 bool SuppressTag : 1; member
/external/clang/lib/AST/
DTypePrinter.cpp413 InnerPolicy.SuppressTag = false; in printMemberPointerBefore()
893 if (Policy.SuppressTag) in printTag()
1048 if (Policy.SuppressTag && isa<TagType>(T->getNamedType())) in printElaboratedBefore()
DDeclPrinter.cpp154 SubPolicy.SuppressTag = true; in printGroup()