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