Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTDumperUtils.h45 static const TerminalColor DeclKindNameColor = {llvm::raw_ostream::GREEN, true}; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTextNodeDumper.cpp250 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 DASTDumper.cpp40 ColorScope Color(OS, ShowColors, DeclKindNameColor); in dumpInvalidDeclContext()