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