Searched refs:ParseFunctionType (Results 1 – 3 of 3) sorted by relevance
384 static bool ParseFunctionType(State *state);894 ParseFunctionType(state) || in ParseType()948 static bool ParseFunctionType(State *state) { in ParseFunctionType() function
260 bool ParseFunctionType(Type *&Result);
1657 if (ParseFunctionType(Result)) in ParseType()1784 bool LLParser::ParseFunctionType(Type *&Result) { in ParseFunctionType() function in LLParser