Searched refs:DeclKindNameColor (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ASTDumperUtils.h | 45 static const TerminalColor DeclKindNameColor = {llvm::raw_ostream::GREEN, true}; variable
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | TextNodeDumper.cpp | 250 ColorScope Color(OS, ShowColors, DeclKindNameColor); in Visit() 690 ColorScope Color(OS, ShowColors, DeclKindNameColor); in dumpBareDeclRef() 1068 ColorScope Color(OS, ShowColors, DeclKindNameColor); in VisitObjCIvarRefExpr() 1969 ColorScope Color(OS, ShowColors, DeclKindNameColor); in VisitCXXRecordDecl() 2000 ColorScope Color(OS, ShowColors, DeclKindNameColor); in VisitCXXRecordDecl() 2014 ColorScope Color(OS, ShowColors, DeclKindNameColor); in VisitCXXRecordDecl() 2032 ColorScope Color(OS, ShowColors, DeclKindNameColor); in VisitCXXRecordDecl() 2049 ColorScope Color(OS, ShowColors, DeclKindNameColor); in VisitCXXRecordDecl() 2064 ColorScope Color(OS, ShowColors, DeclKindNameColor); in VisitCXXRecordDecl() 2078 ColorScope Color(OS, ShowColors, DeclKindNameColor); in VisitCXXRecordDecl()
|
| H A D | ASTDumper.cpp | 40 ColorScope Color(OS, ShowColors, DeclKindNameColor); in dumpInvalidDeclContext()
|