Searched refs:ParseStructBody (Results 1 – 2 of 2) sorted by relevance
402 bool ParseStructBody(SmallVectorImpl<Type*> &Body);
2585 if (ParseStructBody(Elts)) return true; in ParseAnonStructType()2638 if (ParseStructBody(Body) || in ParseStructDefinition()2653 bool LLParser::ParseStructBody(SmallVectorImpl<Type*> &Body) { in ParseStructBody() function in LLParser