Searched refs:DirectDeclParser (Results 1 – 2 of 2) sorted by relevance
4894 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal() argument4919 if (DirectDeclParser) in ParseDeclaratorInternal()4920 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()4931 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()4946 if (DirectDeclParser) in ParseDeclaratorInternal()4947 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()4970 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()5018 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
2281 DirectDeclParseFunction DirectDeclParser);