Searched refs:ParseStructBody (Results 1 – 6 of 6) 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
396 bool ParseStructBody(SmallVectorImpl<Type*> &Body);
2560 if (ParseStructBody(Elts)) return true; in ParseAnonStructType()2613 if (ParseStructBody(Body) || in ParseStructDefinition()2628 bool LLParser::ParseStructBody(SmallVectorImpl<Type*> &Body) { in ParseStructBody() function in LLParser