Home
last modified time | relevance | path

Searched defs:StaticDiagCategoryRec (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnosticIDs.cpp283 struct StaticDiagCategoryRec { struct
284 const char *NameStr;
285 uint8_t NameLen;
287 StringRef getName() const { in getName()