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

/external/clang/lib/Parse/
H A DParseDecl.cpp4959 bool RequiresArg = false; local
4965 RequiresArg = true;
5035 ParseFunctionDeclarator(D, attrs, T, false, RequiresArg);
5047 /// If RequiresArg is true, then the first argument of the function is required
5062 bool RequiresArg) {
5098 if (RequiresArg)
5111 else if (RequiresArg)
5058 ParseFunctionDeclarator(Declarator &D, ParsedAttributes &FirstArgAttrs, BalancedDelimiterTracker &Tracker, bool IsAmbiguous, bool RequiresArg) argument

Completed in 61 milliseconds