Searched refs:ParseStructDefinition (Results 1 – 2 of 2) sorted by relevance
289 bool ParseStructDefinition(SMLoc TypeLoc, StringRef Name,
310 if (ParseStructDefinition(TypeLoc, "", in ParseUnnamedType()337 if (ParseStructDefinition(NameLoc, Name, in ParseNamedType()1965 bool LLParser::ParseStructDefinition(SMLoc TypeLoc, StringRef Name, in ParseStructDefinition() function in LLParser