Home | History | Annotate | Download | only in AST

Lines Matching defs:true

54   static const TerminalColor DeclKindNameColor = { raw_ostream::GREEN, true };
56 static const TerminalColor AttrColor = { raw_ostream::BLUE, true };
58 static const TerminalColor StmtColor = { raw_ostream::MAGENTA, true };
79 static const TerminalColor UndeserializedColor = { raw_ostream::GREEN, true };
85 static const TerminalColor ValueColor = { raw_ostream::CYAN, true };
87 static const TerminalColor DeclNameColor = { raw_ostream::CYAN, true };
129 Pending.back()(true);
134 TopLevel = true;
160 FirstChild = true;
169 Pending.back()(true);
203 : OS(OS), Traits(Traits), SM(SM), TopLevel(true), FirstChild(true),
209 : OS(OS), Traits(Traits), SM(SM), TopLevel(true), FirstChild(true),
221 void dumpBareType(QualType T, bool Desugar = true);
1255 DumpedAny = true;
1284 VisitTemplateDecl(D, true);
1690 bool First = true;
1892 OS << " " << (Node->getValue() ? "true" : "false");
2266 &getASTContext().getSourceManager(), /*ShowColors*/true);
2308 ASTDumper P(llvm::errs(), nullptr, nullptr, /*ShowColors*/true);
2334 ASTDumper D(llvm::errs(), nullptr, nullptr, /*ShowColors*/true);