Searched defs:RequiresArg (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DParseDecl.cpp5165 bool RequiresArg = false; local
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)
5264 ParseFunctionDeclarator(Declarator &D, ParsedAttributes &FirstArgAttrs, BalancedDelimiterTracker &Tracker, bool IsAmbiguous, bool RequiresArg) argument

Completed in 76 milliseconds