Searched refs:DirectDeclParser (Results 1 – 2 of 2) sorted by relevance
4694 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal() argument4719 if (DirectDeclParser) in ParseDeclaratorInternal()4720 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()4731 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()4746 if (DirectDeclParser) in ParseDeclaratorInternal()4747 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()4770 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()4817 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
2196 DirectDeclParseFunction DirectDeclParser);