Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3151 void ParseFunctionDeclaratorIdentifierList(
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp7103 ParseFunctionDeclaratorIdentifierList(D, ParamInfo); in ParseFunctionDeclarator()
7301 void Parser::ParseFunctionDeclaratorIdentifierList( in ParseFunctionDeclaratorIdentifierList() function in Parser