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.cpp7025 bool RequiresArg = false; in ParseParenDeclarator() local
7031 RequiresArg = true; in ParseParenDeclarator()
7105 ParseFunctionDeclarator(D, attrs, T, false, RequiresArg); in ParseParenDeclarator()
7155 bool RequiresArg) { in ParseFunctionDeclarator() argument
7191 if (RequiresArg) in ParseFunctionDeclarator()
7208 else if (RequiresArg) in ParseFunctionDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2709 bool IsAmbiguous, bool RequiresArg = false);