Lines Matching defs:category
301 // "category": {
303 // "description": "The output category. If not specified,
337 // category the data will be sent to telemetry, for
352 const char *category = nullptr;
355 category = "console";
358 category = "stdout";
361 category = "stderr";
364 category = "telemetry";
377 body.try_emplace("category", category);
608 static llvm::Error createRunLLDBCommandsErrorMessage(llvm::StringRef category) {
613 category)