Searched defs:Yellow (Results 1 – 9 of 9) sorted by relevance
/llvm-project/clang-tools-extra/test/clang-move/Inputs/ |
H A D | enum.h | 4 enum class E2 { Yellow }; enumerator
|
/llvm-project/clang/test/CodeCompletion/ |
H A D | enum-switch-case.cpp | 5 Yellow, enumerator
|
H A D | enum-switch-case.c | 4 Yellow, enumerator
|
H A D | enum-switch-case-qualified.cpp | 8 Yellow, enumerator
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | encode-test-4.m | 4 typedef enum { Cyan, Magenta, Yellow, Key } PrintColor; enum
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_report_decorator.h | 37 const char *Yellow() const { return ansi_ ? "\033[1m\033[33m" : ""; } in Yellow() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/ |
H A D | unused-using-decls.cpp | 64 enum Color3 { Yellow }; enumerator
|
H A D | redundant-expression.cpp | 669 enum Color { Red, Yellow, Green }; enumerator
|
/llvm-project/clang-tools-extra/unittests/clang-tidy/ |
H A D | ClangTidyOptionsTest.cpp | 14 enum class Colours { Red, Orange, Yellow, Green, Blue, Indigo, Violet }; enumerator
|