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