Home
last modified time | relevance | path

Searched refs:EnumID (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/test/Parser/
Drecovery.cpp134 enum class EnumID {};
138 EnumID::Garbage // expected-error {{expected class name}}
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLLVMContext.h74 #define LLVM_FIXED_MD_KIND(EnumID, Name, Value) EnumID = Value, argument
DFixedMetadataKinds.def10 #error "LLVM_FIXED_MD_KIND(EnumID, Name, Value) is not defined."
/external/clang/test/Parser/
Drecovery.cpp134 enum class EnumID {};
136 template <> struct TempID<BadType> : BadType, EnumID::Garbage; // expected-error{{use of undeclared…
/external/llvm-project/llvm/include/llvm/IR/
DLLVMContext.h79 #define LLVM_FIXED_MD_KIND(EnumID, Name, Value) EnumID = Value, argument
DFixedMetadataKinds.def10 #error "LLVM_FIXED_MD_KIND(EnumID, Name, Value) is not defined."
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp39 #define LLVM_FIXED_MD_KIND(EnumID, Name, Value) {EnumID, Name}, in LLVMContext() argument
/external/llvm-project/llvm/lib/IR/
DLLVMContext.cpp40 #define LLVM_FIXED_MD_KIND(EnumID, Name, Value) {EnumID, Name}, in LLVMContext() argument