Searched refs:ParseFunctionType (Results 1 – 10 of 10) sorted by relevance
552 static bool ParseFunctionType(State *state);1204 if (ParseBuiltinType(state) || ParseFunctionType(state) || in ParseType()1305 static bool ParseFunctionType(State *state) { in ParseFunctionType() function
556 static bool ParseFunctionType(State *state);1208 if (ParseBuiltinType(state) || ParseFunctionType(state) || in ParseType()1309 static bool ParseFunctionType(State *state) { in ParseFunctionType() function
314 bool ParseFunctionType(Type *&Result);
2066 if (ParseFunctionType(Result)) in ParseType()2266 bool LLParser::ParseFunctionType(Type *&Result) { in ParseFunctionType() function in LLParser
410 bool ParseFunctionType(Type *&Result);
2423 if (ParseFunctionType(Result)) in ParseType()2649 bool LLParser::ParseFunctionType(Type *&Result) { in ParseFunctionType() function in LLParser