Searched refs:structDecl (Results 1 – 4 of 4) sorted by relevance
321 TIntermDeclaration *structDecl = new TIntermDeclaration; in stripStructSpecifierSamplers() local322 structDecl->appendDeclarator(newStructRef); in stripStructSpecifierSamplers()324 newSequence->push_back(structDecl); in stripStructSpecifierSamplers()
584 TIntermDeclaration *structDecl = new TIntermDeclaration; in stripStructSpecifierSamplers() local585 structDecl->appendDeclarator(newStructRef); in stripStructSpecifierSamplers()587 newSequence->push_back(structDecl); in stripStructSpecifierSamplers()
726 TIntermDeclaration *structDecl = new TIntermDeclaration; in convertStruct() local727 structDecl->appendDeclarator(new TIntermSymbol(newStructVar)); in convertStruct()729 newDeclarations->push_back(structDecl); in convertStruct()
803 RecordDecl *structDecl = DeclType->getAs<RecordType>()->getDecl(); in numStructUnionElements() local805 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(structDecl)) in numStructUnionElements()807 for (const auto *Field : structDecl->fields()) in numStructUnionElements()811 if (structDecl->isUnion()) in numStructUnionElements()813 return InitializableMembers - structDecl->hasFlexibleArrayMember(); in numStructUnionElements()1743 RecordDecl *structDecl = DeclType->getAs<RecordType>()->getDecl(); in CheckStructUnionTypes() local1747 if (structDecl->isInvalidDecl()) { in CheckStructUnionTypes()