Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6917 bool RequiresArg = false; in ParseParenDeclarator() local
6923 RequiresArg = true; in ParseParenDeclarator()
6994 ParseFunctionDeclarator(D, attrs, T, false, RequiresArg); in ParseParenDeclarator()
7064 bool RequiresArg) { in ParseFunctionDeclarator() argument
7100 if (RequiresArg) in ParseFunctionDeclarator()
7117 else if (RequiresArg) in ParseFunctionDeclarator()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3144 bool IsAmbiguous, bool RequiresArg = false);