[AMDGPU][AsmParser][NFC] Translate parsed MIMG instructions to MCInsts automatically.
[llvm-project.git] / clang-tools-extra / clangd / unittests / decision_forest_model / features.json
blob7f159f192e19854f4e6a691e8d94661001dd513a
2     {
3         "name": "ANumber",
4         "kind": "NUMBER"
5     },
6     {
7         "name": "AFloat",
8         "kind": "NUMBER"
9     },
10     {
11         "name": "ACategorical",
12         "kind": "ENUM",
13         "type": "ns1::ns2::TestEnum",
14         "header": "decision_forest_model/CategoricalFeature.h"
15     }