Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceScriptStmt.h736 enum StmtKind { StBase = 0, StBlock = 1, StValue = 2 }; enumerator
780 StmtKind getKind() const override { return StValue; } in getKind()
782 return S->getKind() == StValue; in classof()