Home
last modified time | relevance | path

Searched defs:isStructSpecifier (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.h340 bool isStructSpecifier() const { return mIsStructSpecifier; } in isStructSpecifier() function
421 bool isStructSpecifier; member
486 bool isStructSpecifier() const { return typeSpecifierNonArray.isStructSpecifier; } in isStructSpecifier() function
DTypes.cpp204 TType::TType(const TStructure *userDef, bool isStructSpecifier) in TType()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DSeparateDeclarations.cpp103 const bool isStructSpecifier = declaratorType.isStructSpecifier(); in separateDeclarator() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermNode_util.cpp240 auto makeStructureType = [&](bool isStructSpecifier) { in DeclareStructure()