Searched refs:ParseStructDefinition (Results 1 – 2 of 2) sorted by relevance
255 bool ParseStructDefinition(SMLoc TypeLoc, StringRef Name,
364 if (ParseStructDefinition(TypeLoc, "", in ParseUnnamedType()391 if (ParseStructDefinition(NameLoc, Name, in ParseNamedType()1781 bool LLParser::ParseStructDefinition(SMLoc TypeLoc, StringRef Name, in ParseStructDefinition() function in LLParser