Home
last modified time | relevance | path

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

/external/clang/include/clang/Parse/
DParser.h2359 bool isFunctionDeclaratorIdentifierList();
/external/clang/lib/Parse/
DParseDecl.cpp5610 if (isFunctionDeclaratorIdentifierList()) { in ParseFunctionDeclarator()
5769 bool Parser::isFunctionDeclaratorIdentifierList() { in isFunctionDeclaratorIdentifierList() function in Parser