Home
last modified time | relevance | path

Searched defs:CharEnum (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dformat-strings-enum-fixed-type.cpp74 typedef enum : char { CharConstant = 'a' } CharEnum; typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-std-print.cpp1328 enum CharEnum : char { purple }; global() enum