Searched refs:ColorScope (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | TextNodeDumper.cpp | 73 ColorScope Color(OS, ShowColors, NullColor); in Visit() 91 ColorScope Color(OS, ShowColors, AttrColor); in Visit() 126 ColorScope Color(OS, ShowColors, NullColor); in Visit() 131 ColorScope Color(OS, ShowColors, StmtColor); in Visit() 188 ColorScope Color(OS, ShowColors, NullColor); in Visit() 202 ColorScope Color(OS, ShowColors, TypeColor); in Visit() 244 ColorScope Color(OS, ShowColors, NullColor); in Visit() 332 ColorScope Color(OS, ShowColors, NullColor); in Visit() 337 ColorScope Color(OS, ShowColors, AttrColor); in Visit() 363 ColorScope Color(OS, ShowColors, NullColor); in Visit() [all …]
|
| H A D | ASTDumper.cpp | 48 ColorScope Color(OS, ShowColors, DeclNameColor); in dumpLookups() 77 ColorScope Color(OS, ShowColors, UndeserializedColor); in dumpLookups()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTDumperUtils.h | 86 class ColorScope { 91 ColorScope(llvm::raw_ostream &OS, bool ShowColors, TerminalColor Color) in ColorScope() function 96 ~ColorScope() { in ~ColorScope()
|
| H A D | TextNodeDumper.h | 89 ColorScope Color(OS, ShowColors, IndentColor); in AddChild()
|