Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6360 bool RequiresArg = false; in ParseParenDeclarator() local
6366 RequiresArg = true; in ParseParenDeclarator()
6436 ParseFunctionDeclarator(D, attrs, T, false, RequiresArg); in ParseParenDeclarator()
6506 bool RequiresArg) { in ParseFunctionDeclarator() argument
6542 if (RequiresArg) in ParseFunctionDeclarator()
6560 else if (RequiresArg) in ParseFunctionDeclarator()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3008 bool RequiresArg = false);