Home
last modified time | relevance | path

Searched refs:NullColor (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTextNodeDumper.cpp61 ColorScope Color(OS, ShowColors, NullColor); in Visit()
114 ColorScope Color(OS, ShowColors, NullColor); in Visit()
168 ColorScope Color(OS, ShowColors, NullColor); in Visit()
219 ColorScope Color(OS, ShowColors, NullColor); in Visit()
289 ColorScope Color(OS, ShowColors, NullColor); in Visit()
376 ColorScope Color(OS, ShowColors, NullColor); in dumpBareDeclRef()
H A DASTDumper.cpp781 ColorScope Color(OS, ShowColors, NullColor); in VisitOMPRequiresDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTDumperUtils.h62 static const TerminalColor NullColor = {llvm::raw_ostream::BLUE, false}; variable