Searched refs:declaredStruct (Results 1 – 1 of 1) sorted by relevance
313 DeclaredStructure declaredStruct; in ToposortStructs() local318 if (GetAsDeclaredStructure(symbolEnv, stmtNode, declaredStruct, in ToposortStructs()321 declaredStructs.push_back(declaredStruct); in ToposortStructs()362 for (DeclaredStructure &declaredStruct : declaredStructs) in ToposortStructs()364 ASSERT(declaredStruct.declNode); in ToposortStructs()365 newStmtNodes.push_back(declaredStruct.declNode); in ToposortStructs()366 if (declaredStruct.equalityFunctionDefinition) in ToposortStructs()368 newStmtNodes.push_back(declaredStruct.equalityFunctionDefinition); in ToposortStructs()