Home
last modified time | relevance | path

Searched refs:AddressColor (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTDumperUtils.h57 static const TerminalColor AddressColor = {llvm::raw_ostream::YELLOW, false}; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp756 ColorScope Color(OS, ShowColors, AddressColor); in dumpPointer()