Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3150 bool isFunctionDeclaratorIdentifierList();
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp7099 if (isFunctionDeclaratorIdentifierList()) { in ParseFunctionDeclarator()
7269 bool Parser::isFunctionDeclaratorIdentifierList() { in isFunctionDeclaratorIdentifierList() function in Parser