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