Home
last modified time | relevance | path

Searched refs:RequiresArg (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp5345 bool RequiresArg = false; in ParseParenDeclarator() local
5351 RequiresArg = true; in ParseParenDeclarator()
5421 ParseFunctionDeclarator(D, attrs, T, false, RequiresArg); in ParseParenDeclarator()
5448 bool RequiresArg) { in ParseFunctionDeclarator() argument
5486 if (RequiresArg) in ParseFunctionDeclarator()
5499 else if (RequiresArg) in ParseFunctionDeclarator()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h2303 bool RequiresArg = false);