Home
last modified time | relevance | path

Searched refs:ParseStructBody (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/AsmParser/
DLLParser.h302 bool ParseStructBody(SmallVectorImpl<Type*> &Body);
DLLParser.cpp2134 if (ParseStructBody(Elts)) return true; in ParseAnonStructType()
2187 if (ParseStructBody(Body) || in ParseStructDefinition()
2203 bool LLParser::ParseStructBody(SmallVectorImpl<Type*> &Body) { in ParseStructBody() function in LLParser