Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptStmt.h680 enum StmtKind { StBase = 0, StBlock = 1, StValue = 2 }; enumerator
685 virtual StmtKind getKind() const { return StBase; } in getKind()
687 return S->getKind() == StBase; in classof()