Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTextNodeDumper.cpp72 ColorScope Color(OS, ShowColors, NullColor); in Visit()
78 ColorScope Color(OS, ShowColors, CommentColor); in Visit()
90 ColorScope Color(OS, ShowColors, AttrColor); in Visit()
125 ColorScope Color(OS, ShowColors, NullColor); in Visit()
130 ColorScope Color(OS, ShowColors, StmtColor); in Visit()
140 ColorScope Color(OS, ShowColors, ErrorsColor); in Visit()
145 ColorScope Color(OS, ShowColors, ValueKindColor); in Visit()
159 ColorScope Color(OS, ShowColors, ObjectKindColor); in Visit()
187 ColorScope Color(OS, ShowColors, NullColor); in Visit()
193 ColorScope Color(OS, ShowColors, TypeColor); in Visit()
[all …]
H A DASTDumper.cpp48 ColorScope Color(OS, ShowColors, DeclNameColor); in dumpLookups()
77 ColorScope Color(OS, ShowColors, UndeserializedColor); in dumpLookups()
/netbsd-src/external/apache2/llvm/dist/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.h88 ColorScope Color(OS, ShowColors, IndentColor); in AddChild()