Searched refs:DirectDeclParser (Results 1 – 2 of 2) sorted by relevance
5725 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal() argument5751 if (DirectDeclParser) in ParseDeclaratorInternal()5752 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()5768 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()5793 if (DirectDeclParser) in ParseDeclaratorInternal()5794 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()5817 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()5862 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
2982 DirectDeclParseFunction DirectDeclParser);