Searched refs:ParseStructDefinition (Results 1 – 2 of 2) sorted by relevance
403 bool ParseStructDefinition(SMLoc TypeLoc, StringRef Name,
432 if (ParseStructDefinition(TypeLoc, "", in ParseUnnamedType()458 if (ParseStructDefinition(NameLoc, Name, in ParseNamedType()2592 bool LLParser::ParseStructDefinition(SMLoc TypeLoc, StringRef Name, in ParseStructDefinition() function in LLParser