Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLASTNode.h191 , fIsStructDeclaration(isStructDeclaration) in TypeData()
195 bool fIsStructDeclaration; member
DSkSLParser.cpp418 if (getNode(type).getTypeData().fIsStructDeclaration && this->checkNext(Token::SEMICOLON)) { in declaration()