Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp6532 bool RequiresArg = false; in ParseParenDeclarator() local
6538 RequiresArg = true; in ParseParenDeclarator()
6608 ParseFunctionDeclarator(D, attrs, T, false, RequiresArg); in ParseParenDeclarator()
6678 bool RequiresArg) { in ParseFunctionDeclarator() argument
6714 if (RequiresArg) in ParseFunctionDeclarator()
6732 else if (RequiresArg) in ParseFunctionDeclarator()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h2990 bool IsAmbiguous, bool RequiresArg = false);