Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.h402 bool ParseStructBody(SmallVectorImpl<Type*> &Body);
H A DLLParser.cpp2585 if (ParseStructBody(Elts)) return true; in ParseAnonStructType()
2638 if (ParseStructBody(Body) || in ParseStructDefinition()
2653 bool LLParser::ParseStructBody(SmallVectorImpl<Type*> &Body) { in ParseStructBody() function in LLParser