Searched refs:DirectDeclParser (Results 1 – 2 of 2) sorted by relevance
6641 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal() argument6668 if (DirectDeclParser) in ParseDeclaratorInternal()6669 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()6686 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()6712 if (DirectDeclParser) in ParseDeclaratorInternal()6713 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()6737 D.getBeginLoc(), [&] { ParseDeclaratorInternal(D, DirectDeclParser); }); in ParseDeclaratorInternal()6783 D.getBeginLoc(), [&] { ParseDeclaratorInternal(D, DirectDeclParser); }); in ParseDeclaratorInternal()
3201 DirectDeclParseFunction DirectDeclParser);