Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h2306 bool isFunctionDeclaratorIdentifierList();
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp5485 if (isFunctionDeclaratorIdentifierList()) { in ParseFunctionDeclarator()
5644 bool Parser::isFunctionDeclaratorIdentifierList() { in isFunctionDeclaratorIdentifierList() function in Parser