Home
last modified time | relevance | path

Searched refs:ColorScope (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DTextNodeDumper.cpp73 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 DASTDumper.cpp48 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 DASTDumperUtils.h86 class ColorScope {
91 ColorScope(llvm::raw_ostream &OS, bool ShowColors, TerminalColor Color) in ColorScope() function
96 ~ColorScope() { in ~ColorScope()
H A DTextNodeDumper.h89 ColorScope Color(OS, ShowColors, IndentColor); in AddChild()