Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-rc/
DResourceScriptStmt.h735 enum StmtKind { StBase = 0, StBlock = 1, StValue = 2 }; enumerator
740 virtual StmtKind getKind() const { return StBase; } in getKind()
742 return S->getKind() == StBase; in classof()