Searched refs:DirectDeclParser (Results 1 – 2 of 2) sorted by relevance
5344 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal() argument5370 if (DirectDeclParser) in ParseDeclaratorInternal()5371 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()5382 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()5407 if (DirectDeclParser) in ParseDeclaratorInternal()5408 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()5431 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()5476 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
2601 DirectDeclParseFunction DirectDeclParser);