Lines Matching refs:R_Y

1235 #define R_Y Resolvable::kYes
1248 { "", nullptr, MarkType::kNone, R_Y, E_N, 0 }
1252 , { "Class", &fClassMap, MarkType::kClass, R_Y, E_O, M_CSST | M(Root) }
1254 , { "", nullptr, MarkType::kColumn, R_Y, E_N, M(Row) }
1256 , { "Const", &fConstMap, MarkType::kConst, R_Y, E_O, M_E | M_ST }
1259 , { "Deprecated", nullptr, MarkType::kDeprecated, R_Y, E_N, 0 }
1260 , { "Description", nullptr, MarkType::kDescription, R_Y, E_N, M(Example) | M(NoExample) }
1261 , { "Doxygen", nullptr, MarkType::kDoxygen, R_Y, E_N, 0 }
1263 , { "Enum", &fEnumMap, MarkType::kEnum, R_Y, E_O, M_CSST | M(Root) }
1264 , { "EnumClass", &fClassMap, MarkType::kEnumClass, R_Y, E_O, M_CSST | M(Root) }
1267 , { "Experimental", nullptr, MarkType::kExperimental, R_Y, E_N, 0 }
1268 , { "External", nullptr, MarkType::kExternal, R_Y, E_N, M(Root) }
1278 , { "Legend", nullptr, MarkType::kLegend, R_Y, E_N, M(Table) }
1282 , { "List", nullptr, MarkType::kList, R_Y, E_N, M(Method) | M_CSST | M_E | M_D }
1285 , { "Member", nullptr, MarkType::kMember, R_Y, E_N, M_CSST }
1286 , { "Method", &fMethodMap, MarkType::kMethod, R_Y, E_Y, M_CSST }
1289 , { "Param", nullptr, MarkType::kParam, R_Y, E_N, M(Method) }
1293 , { "Return", nullptr, MarkType::kReturn, R_Y, E_N, M(Method) }
1294 , { "", nullptr, MarkType::kRoot, R_Y, E_N, 0 }
1295 , { "", nullptr, MarkType::kRow, R_Y, E_N, M(Table) | M(List) }
1300 , { "Struct", &fClassMap, MarkType::kStruct, R_Y, E_O, M(Class) | M(Root) | M_ST }
1302 , { "Subtopic", nullptr, MarkType::kSubtopic, R_Y, E_Y, M_CSST }
1303 , { "Table", nullptr, MarkType::kTable, R_Y, E_N, M(Method) | M_CSST | M_E }
1304 , { "Template", nullptr, MarkType::kTemplate, R_Y, E_N, 0 }
1306 , { "Time", nullptr, MarkType::kTime, R_Y, E_N, M(Track) }
1308 , { "Topic", nullptr, MarkType::kTopic, R_Y, E_Y, M_CS | M(Root) | M(Topic) }
1309 , { "Track", nullptr, MarkType::kTrack, R_Y, E_N, M_E | M_ST }
1310 , { "Typedef", &fTypedefMap, MarkType::kTypedef, R_Y, E_N, M(Class) | M_ST }
1311 , { "", nullptr, MarkType::kUnion, R_Y, E_N, 0 }
1321 #undef R_Y