Searched refs:ParseStructBody (Results 1 – 4 of 4) sorted by relevance
225 bool ParseStructBody(SmallVectorImpl<Type*> &Body);
1486 if (ParseStructBody(Elts)) return true; in ParseAnonStructType()1539 if (ParseStructBody(Body) || in ParseStructDefinition()1555 bool LLParser::ParseStructBody(SmallVectorImpl<Type*> &Body) { in ParseStructBody() function in LLParser
308 bool ParseStructBody(SmallVectorImpl<Type*> &Body);
2298 if (ParseStructBody(Elts)) return true; in ParseAnonStructType()2351 if (ParseStructBody(Body) || in ParseStructDefinition()2367 bool LLParser::ParseStructBody(SmallVectorImpl<Type*> &Body) { in ParseStructBody() function in LLParser