Home
last modified time | relevance | path

Searched defs:Yellow (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-move/Inputs/
H A Denum.h4 enum class E2 { Yellow }; enumerator
/llvm-project/clang/test/CodeCompletion/
H A Denum-switch-case.cpp5 Yellow, enumerator
H A Denum-switch-case.c4 Yellow, enumerator
H A Denum-switch-case-qualified.cpp8 Yellow, enumerator
/llvm-project/clang/test/CodeGenObjC/
H A Dencode-test-4.m4 typedef enum { Cyan, Magenta, Yellow, Key } PrintColor; enum
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_report_decorator.h37 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 Dunused-using-decls.cpp64 enum Color3 { Yellow }; enumerator
H A Dredundant-expression.cpp669 enum Color { Red, Yellow, Green }; enumerator
/llvm-project/clang-tools-extra/unittests/clang-tidy/
H A DClangTidyOptionsTest.cpp14 enum class Colours { Red, Orange, Yellow, Green, Blue, Indigo, Violet }; enumerator