Searched refs:parseStructBody (Results 1 – 2 of 2) sorted by relevance
458 bool parseStructBody(SmallVectorImpl<Type *> &Body);
3330 if (parseStructBody(Elts)) in parseAnonStructType()3384 if (parseStructBody(Body) || in parseStructDefinition()3399 bool LLParser::parseStructBody(SmallVectorImpl<Type *> &Body) { in parseStructBody() function in LLParser