Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTDumperUtils.h45 static const TerminalColor DeclKindNameColor = {llvm::raw_ostream::GREEN, true}; variable
/external/llvm-project/clang/lib/AST/
DTextNodeDumper.cpp249 ColorScope Color(OS, ShowColors, DeclKindNameColor); in Visit()
647 ColorScope Color(OS, ShowColors, DeclKindNameColor); in dumpBareDeclRef()
1010 ColorScope Color(OS, ShowColors, DeclKindNameColor); in VisitObjCIvarRefExpr()
1858 ColorScope Color(OS, ShowColors, DeclKindNameColor); in VisitCXXRecordDecl()
1889 ColorScope Color(OS, ShowColors, DeclKindNameColor); in VisitCXXRecordDecl()
1903 ColorScope Color(OS, ShowColors, DeclKindNameColor); in VisitCXXRecordDecl()
1921 ColorScope Color(OS, ShowColors, DeclKindNameColor); in VisitCXXRecordDecl()
1938 ColorScope Color(OS, ShowColors, DeclKindNameColor); in VisitCXXRecordDecl()
1953 ColorScope Color(OS, ShowColors, DeclKindNameColor); in VisitCXXRecordDecl()
1967 ColorScope Color(OS, ShowColors, DeclKindNameColor); in VisitCXXRecordDecl()
/external/clang/lib/AST/
DASTDumper.cpp57 static const TerminalColor DeclKindNameColor = { raw_ostream::GREEN, true }; variable
724 ColorScope Color(*this, DeclKindNameColor); in dumpBareDeclRef()
1019 ColorScope Color(*this, DeclKindNameColor); in dumpDecl()
1953 ColorScope Color(*this, DeclKindNameColor); in VisitObjCIvarRefExpr()