Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h2996 bool isFunctionDeclaratorIdentifierList();
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp6713 if (isFunctionDeclaratorIdentifierList()) { in ParseFunctionDeclarator()
6875 bool Parser::isFunctionDeclaratorIdentifierList() { in isFunctionDeclaratorIdentifierList() function in Parser