Searched refs:ParseStructDefinition (Results 1 – 2 of 2) sorted by relevance
303 bool ParseStructDefinition(SMLoc TypeLoc, StringRef Name,
350 if (ParseStructDefinition(TypeLoc, "", in ParseUnnamedType()377 if (ParseStructDefinition(NameLoc, Name, in ParseNamedType()2141 bool LLParser::ParseStructDefinition(SMLoc TypeLoc, StringRef Name, in ParseStructDefinition() function in LLParser