Searched refs:ParseAnonStructType (Results 1 – 2 of 2) sorted by relevance
301 bool ParseAnonStructType(Type *&Result, bool Packed);
1812 if (ParseAnonStructType(Result, false)) in ParseType()1825 if (ParseAnonStructType(Result, true) || in ParseType()2132 bool LLParser::ParseAnonStructType(Type *&Result, bool Packed) { in ParseAnonStructType() function in LLParser