Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp6343 bool RequiresArg = false; in ParseParenDeclarator() local
6349 RequiresArg = true; in ParseParenDeclarator()
6419 ParseFunctionDeclarator(D, attrs, T, false, RequiresArg); in ParseParenDeclarator()
6489 bool RequiresArg) { in ParseFunctionDeclarator() argument
6525 if (RequiresArg) in ParseFunctionDeclarator()
6543 else if (RequiresArg) in ParseFunctionDeclarator()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2980 bool RequiresArg = false);