Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp7347 bool RequiresArg = false; in ParseParenDeclarator() local
7353 RequiresArg = true; in ParseParenDeclarator()
7424 ParseFunctionDeclarator(D, attrs, T, false, RequiresArg); in ParseParenDeclarator()
7494 bool RequiresArg) { in ParseFunctionDeclarator() argument
7530 if (RequiresArg) in ParseFunctionDeclarator()
7547 else if (RequiresArg) in ParseFunctionDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3226 bool IsAmbiguous, bool RequiresArg = false);