Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp6685 bool RequiresArg = false; in ParseParenDeclarator() local
6691 RequiresArg = true; in ParseParenDeclarator()
6762 ParseFunctionDeclarator(D, attrs, T, false, RequiresArg); in ParseParenDeclarator()
6832 bool RequiresArg) { in ParseFunctionDeclarator() argument
6868 if (RequiresArg) in ParseFunctionDeclarator()
6885 else if (RequiresArg) in ParseFunctionDeclarator()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h3080 bool IsAmbiguous, bool RequiresArg = false);