Home | History | Annotate | Download | only in Parse

Lines Matching refs:RequiresArg

4073   bool RequiresArg = false;
4079 RequiresArg = true;
4150 ParseFunctionDeclarator(D, attrs, T, RequiresArg);
4162 /// If RequiresArg is true, then the first argument of the function is required
4176 bool RequiresArg) {
4208 if (RequiresArg)
4218 else if (RequiresArg)