Searched refs:DirectDeclParser (Results 1 – 2 of 2) sorted by relevance
6025 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal() argument6051 if (DirectDeclParser) in ParseDeclaratorInternal()6052 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()6069 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()6095 if (DirectDeclParser) in ParseDeclaratorInternal()6096 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()6120 D.getBeginLoc(), [&] { ParseDeclaratorInternal(D, DirectDeclParser); }); in ParseDeclaratorInternal()6166 D.getBeginLoc(), [&] { ParseDeclaratorInternal(D, DirectDeclParser); }); in ParseDeclaratorInternal()
3055 DirectDeclParseFunction DirectDeclParser);