Searched refs:DirectDeclParser (Results 1 – 2 of 2) sorted by relevance
4991 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal() argument5016 if (DirectDeclParser) in ParseDeclaratorInternal()5017 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()5028 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()5053 if (DirectDeclParser) in ParseDeclaratorInternal()5054 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()5077 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()5126 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
2331 DirectDeclParseFunction DirectDeclParser);