Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptStmt.h186 RkHTML = 23, enumerator
453 IntOrString getResourceType() const override { return RkHTML; } in getResourceType()
455 ResourceKind getKind() const override { return RkHTML; } in getKind()
457 return Res->getKind() == RkHTML; in classof()