Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DPrettyPrinter.h49 struct PrintingPolicy { struct
51 PrintingPolicy(const LangOptions &LO) in PrintingPolicy() function
73 void adjustForCPlusPlus() { in adjustForCPlusPlus()
80 unsigned Indentation : 8;
96 unsigned SuppressSpecifiers : 1;
106 unsigned SuppressTagKeyword : 1;
116 unsigned IncludeTagDefinition : 1;
119 unsigned SuppressScope : 1;
123 unsigned SuppressUnwrittenScope : 1;
128 unsigned SuppressInlineNamespace : 1;
[all …]
DASTContext.h590 clang::PrintingPolicy PrintingPolicy; variable
/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;
/external/llvm-project/clang/test/Modules/
Dpr27401.cpp31 struct PrintingPolicy { struct
32 PrintingPolicy(CommentOptions LO) : LangOpts(LO) {} in PrintingPolicy() argument
33 CommentOptions LangOpts;
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp970 static std::string printTemplateArgs(const PrintingPolicy &PrintingPolicy, in printTemplateArgs()