Searched refs:DirectDeclParser (Results 1 – 2 of 2) sorted by relevance
4703 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal() argument4728 if (DirectDeclParser) in ParseDeclaratorInternal()4729 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()4740 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()4755 if (DirectDeclParser) in ParseDeclaratorInternal()4756 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()4779 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()4827 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
2191 DirectDeclParseFunction DirectDeclParser);