Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp5955 bool RequiresArg = false; in ParseParenDeclarator() local
5961 RequiresArg = true; in ParseParenDeclarator()
6031 ParseFunctionDeclarator(D, attrs, T, false, RequiresArg); in ParseParenDeclarator()
6058 bool RequiresArg) { in ParseFunctionDeclarator() argument
6093 if (RequiresArg) in ParseFunctionDeclarator()
6111 else if (RequiresArg) in ParseFunctionDeclarator()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2627 bool RequiresArg = false);