Searched refs:DirectDeclParser (Results 1 – 2 of 2) sorted by relevance
5708 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal() argument5734 if (DirectDeclParser) in ParseDeclaratorInternal()5735 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()5751 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()5776 if (DirectDeclParser) in ParseDeclaratorInternal()5777 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()5800 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()5845 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
2954 DirectDeclParseFunction DirectDeclParser);