Searched refs:DirectDeclParser (Results 1 – 2 of 2) sorted by relevance
4883 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal() argument4908 if (DirectDeclParser) in ParseDeclaratorInternal()4909 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()4920 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()4935 if (DirectDeclParser) in ParseDeclaratorInternal()4936 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()4959 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()5007 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
2278 DirectDeclParseFunction DirectDeclParser);