Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2631 void ParseFunctionDeclaratorIdentifierList(
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp6096 ParseFunctionDeclaratorIdentifierList(D, ParamInfo); in ParseFunctionDeclarator()
6299 void Parser::ParseFunctionDeclaratorIdentifierList( in ParseFunctionDeclaratorIdentifierList() function in Parser