HomeSort by: relevance | last modified time | path
    Searched refs:RequiresArg (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 6343 bool RequiresArg = false;
6349 RequiresArg = true;
6419 ParseFunctionDeclarator(D, attrs, T, false, RequiresArg);
6473 /// If RequiresArg is true, then the first argument of the function is required
6489 bool RequiresArg) {
6525 if (RequiresArg)
6543 else if (RequiresArg)
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 2980 bool RequiresArg = false);

Completed in 53 milliseconds