Searched refs:DeclKindNameColor (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/clang/include/clang/AST/ |
D | ASTDumperUtils.h | 45 static const TerminalColor DeclKindNameColor = {llvm::raw_ostream::GREEN, true}; variable
|
/external/llvm-project/clang/lib/AST/ |
D | TextNodeDumper.cpp | 249 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/ |
D | ASTDumper.cpp | 57 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()
|