Home | History | Annotate | Download | only in Parse

Lines Matching refs:RequiresArg

5165   bool RequiresArg = false;
5171 RequiresArg = true;
5241 ParseFunctionDeclarator(D, attrs, T, false, RequiresArg);
5253 /// If RequiresArg is true, then the first argument of the function is required
5268 bool RequiresArg) {
5306 if (RequiresArg)
5319 else if (RequiresArg)