Home
last modified time | relevance | path

Searched refs:TypeParameter (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dattr-or-type-builder-invalid.td17 def TestParameter : TypeParameter<"int", "int parameter">;
H A Dattr-or-type-format.td27 def TypeParamA : TypeParameter<"TestParamC", "a type param C"> {
32 def TypeParamB : TypeParameter<"TestParamD", "a type param D"> {
544 def ConvertFromStorageParameter : TypeParameter<"int", ""> {
H A Dtypedefs.td114 TypeParameter<"unsigned", "Bitwidth of integer">:$width
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DProtocol.h555 TypeParameter = 26 enumerator
754 TypeParameter = 25, enumerator
762 static_cast<size_t>(CompletionItemKind::TypeParameter);
H A DProtocol.cpp688 *intValue > static_cast<int>(CompletionItemKind::TypeParameter)) in fromJSON()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.h320 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 DProtocol.cpp211 *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 DCodeComplete.cpp131 return CompletionItemKind::TypeParameter; in toCompletionItemKind()
/llvm-project-15.0.7/mlir/docs/
H A DAttributesAndTypes.md197 - 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 DAttrTypeBase.td341 class TypeParameter<string type, string desc, string accessorType = "">