Searched refs:TypeParameter (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/mlir/test/mlir-tblgen/ |
| H A D | attr-or-type-builder-invalid.td | 17 def TestParameter : TypeParameter<"int", "int parameter">;
|
| H A D | attr-or-type-format.td | 27 def TypeParamA : TypeParameter<"TestParamC", "a type param C"> { 32 def TypeParamB : TypeParameter<"TestParamD", "a type param D"> { 544 def ConvertFromStorageParameter : TypeParameter<"int", ""> {
|
| H A D | typedefs.td | 114 TypeParameter<"unsigned", "Bitwidth of integer">:$width
|
| /llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/ |
| H A D | Protocol.h | 555 TypeParameter = 26 enumerator 754 TypeParameter = 25, enumerator 762 static_cast<size_t>(CompletionItemKind::TypeParameter);
|
| H A D | Protocol.cpp | 688 *intValue > static_cast<int>(CompletionItemKind::TypeParameter)) in fromJSON()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Protocol.h | 320 TypeParameter = 25, enumerator 327 static_cast<size_t>(CompletionItemKind::TypeParameter); 362 TypeParameter = 26 enumerator 366 constexpr auto SymbolKindMax = static_cast<size_t>(SymbolKind::TypeParameter);
|
| H A D | Protocol.cpp | 211 *T > static_cast<int>(SymbolKind::TypeParameter)) in fromJSON() 304 return SymbolKind::TypeParameter; in indexSymbolKindToSymbolKind() 939 *T > static_cast<int>(CompletionItemKind::TypeParameter)) in fromJSON()
|
| H A D | CodeComplete.cpp | 131 return CompletionItemKind::TypeParameter; in toCompletionItemKind()
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | AttributesAndTypes.md | 197 - Utilize the `AttrParameter` or `TypeParameter` classes instead of the raw 207 #### AttrParameter, TypeParameter, and AttrOrTypeParameter 216 `TypeParameter` for Type parameters, and `AttrOrTypeParameters` for either. 237 def ArrayRefIntParam : TypeParameter<"::llvm::ArrayRef<int>", "Array of int"> { 611 def MyParameter : TypeParameter<"std::pair<int, int>", "pair of ints"> {
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | AttrTypeBase.td | 341 class TypeParameter<string type, string desc, string accessorType = "">
|