Home
last modified time | relevance | path

Searched defs:PrintingPolicy (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DPrettyPrinter.h38 struct PrintingPolicy { struct
40 PrintingPolicy(const LangOptions &LO) in PrintingPolicy() function
59 void adjustForCPlusPlus() { in adjustForCPlusPlus()
66 unsigned Indentation : 8;
82 bool SuppressSpecifiers : 1;
92 bool SuppressTagKeyword : 1;
102 bool IncludeTagDefinition : 1;
105 bool SuppressScope : 1;
109 bool SuppressUnwrittenScope : 1;
122 bool SuppressInitializers : 1;
[all …]
DASTContext.h456 clang::PrintingPolicy PrintingPolicy; variable
/external/clang/test/Modules/
Dpr27401.cpp30 struct PrintingPolicy { struct
31 PrintingPolicy(CommentOptions LO) : LangOpts(LO) {} in PrintingPolicy() function
32 CommentOptions LangOpts;