Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1529 static std::string getDiagCategoryEnum(llvm::StringRef name) { in getDiagCategoryEnum() function
1770 OS << "CATEGORY(\"" << C << "\", " << getDiagCategoryEnum(C) << ")\n"; in emitCategoryTable()