Searched refs:ProbablyFunctionType (Results 1 – 1 of 1) sorted by relevance
190 bool ProbablyFunctionType = CurrentToken->isOneOf(tok::star, tok::amp); in parseParens() local217 ProbablyFunctionType = true; in parseParens()223 if (MightBeFunctionType && ProbablyFunctionType && CurrentToken->Next && in parseParens()