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