Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
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 …]
DASTDumper.cpp48 ColorScope Color(OS, ShowColors, DeclNameColor); in dumpLookups()
77 ColorScope Color(OS, ShowColors, UndeserializedColor); in dumpLookups()
/external/llvm-project/clang/include/clang/AST/
DASTDumperUtils.h86 class ColorScope {
91 ColorScope(llvm::raw_ostream &OS, bool ShowColors, TerminalColor Color) in ColorScope() function
96 ~ColorScope() { in ~ColorScope()
DTextNodeDumper.h90 ColorScope Color(OS, ShowColors, IndentColor); in AddChild()
/external/clang/lib/AST/
DASTDumper.cpp157 ColorScope Color(*this, IndentColor); in dumpChild()
189 class ColorScope { class in __anon59a9c3280111::ASTDumper
192 ColorScope(ASTDumper &Dumper, TerminalColor Color) in ColorScope() function in __anon59a9c3280111::ASTDumper::ColorScope
197 ~ColorScope() { in ~ColorScope()
584 ColorScope Color(*this, AddressColor); in dumpPointer()
592 ColorScope Color(*this, LocationColor); in dumpLocation()
636 ColorScope Color(*this, TypeColor); in dumpBareType()
672 ColorScope Color(*this, NullColor); in dumpTypeAsChild()
678 ColorScope Color(*this, TypeColor); in dumpTypeAsChild()
687 ColorScope Color(*this, TypeColor); in dumpTypeAsChild()
[all …]