Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2986 bool isFunctionDeclaratorIdentifierList();
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp6524 if (isFunctionDeclaratorIdentifierList()) { in ParseFunctionDeclarator()
6684 bool Parser::isFunctionDeclaratorIdentifierList() { in isFunctionDeclaratorIdentifierList() function in Parser