Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptStmt.h187 RkHTML = 23, enumerator
454 IntOrString getResourceType() const override { return RkHTML; } in getResourceType()
456 ResourceKind getKind() const override { return RkHTML; } in getKind()
458 return Res->getKind() == RkHTML; in classof()