Home | History | Annotate | Download | only in Parse

Lines Matching refs:RequiresArg

5365   bool RequiresArg = false;
5371 RequiresArg = true;
5441 ParseFunctionDeclarator(D, attrs, T, false, RequiresArg);
5453 /// If RequiresArg is true, then the first argument of the function is required
5468 bool RequiresArg) {
5506 if (RequiresArg)
5519 else if (RequiresArg)