Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h3086 bool isFunctionDeclaratorIdentifierList();
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp6867 if (isFunctionDeclaratorIdentifierList()) { in ParseFunctionDeclarator()
7028 bool Parser::isFunctionDeclaratorIdentifierList() { in isFunctionDeclaratorIdentifierList() function in Parser