Searched refs:ParseFunctionType (Results 1 – 11 of 11) sorted by relevance
559 static bool ParseFunctionType(State *state);1237 if (ParseBuiltinType(state) || ParseFunctionType(state) || in ParseType()1338 static bool ParseFunctionType(State *state) { in ParseFunctionType() function
552 static bool ParseFunctionType(State *state);1204 if (ParseBuiltinType(state) || ParseFunctionType(state) || in ParseType()1305 static bool ParseFunctionType(State *state) { in ParseFunctionType() function
567 static bool ParseFunctionType(State *state);1259 if (ParseBuiltinType(state) || ParseFunctionType(state) || in ParseType()1367 static bool ParseFunctionType(State *state) { in ParseFunctionType() function
662 static bool ParseFunctionType(State *state);1518 if (ParseBuiltinType(state) || ParseFunctionType(state) || in ParseType()1728 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