Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTextNodeDumper.cpp73 ColorScope Color(OS, ShowColors, NullColor); in Visit()
79 ColorScope Color(OS, ShowColors, CommentColor); 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()
141 ColorScope Color(OS, ShowColors, ErrorsColor); in Visit()
146 ColorScope Color(OS, ShowColors, ValueKindColor); in Visit()
160 ColorScope Color(OS, ShowColors, ObjectKindColor); in Visit()
188 ColorScope Color(OS, ShowColors, NullColor); in Visit()
194 ColorScope Color(OS, ShowColors, TypeColor); in Visit()
[all …]
H A DASTDumper.cpp29 ColorScope Color(OS, ShowColors, NullColor); in dumpInvalidDeclContext()
40 ColorScope Color(OS, ShowColors, DeclKindNameColor); in dumpInvalidDeclContext()
46 ColorScope Color(OS, ShowColors, DeclNameColor); in dumpInvalidDeclContext()
76 ColorScope Color(OS, ShowColors, DeclNameColor); in dumpLookups()
105 ColorScope Color(OS, ShowColors, UndeserializedColor); in dumpLookups()
/openbsd-src/gnu/llvm/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()