Home
last modified time | relevance | path

Searched defs:Enumeration (Results 1 – 7 of 7) sorted by relevance

/llvm-project/libc/newhdrgen/class_implementation/classes/
H A Denumeration.py
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.derived/
H A Dderived_from.pass.cpp367 enum Enumeration { Yes, No }; enum
/llvm-project/clang/test/SemaObjC/
H A Denum-fixed-type.m16 typedef enum : Integer { Enumerator1, Enumerator2 } Enumeration; typedef
/llvm-project/llvm/unittests/DebugInfo/LogicalView/
H A DLogicalElementsTest.cpp48 LVScopeEnumeration *Enumeration = nullptr; member in __anonb3007c9e0111::ReaderTestElements
H A DCompareElementsTest.cpp50 LVScopeEnumeration *Enumeration = nullptr; member in __anon8e4c552a0111::ReaderTestCompare
/llvm-project/cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/
H A Dsimplified_template_names.cpp29 enum Enumeration : int { Enumerator1, Enumerator2, Enumerator3 = 1 }; enum
/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp152 void SubtargetEmitter::Enumeration(raw_ostream &OS, Enumeration() function in SubtargetEmitter