Searched refs:DirectDeclParser (Results 1 – 2 of 2) sorted by relevance
6334 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal() argument6378 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()6404 if (DirectDeclParser) in ParseDeclaratorInternal()6405 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()6423 if (DirectDeclParser) in ParseDeclaratorInternal()6424 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()6449 D.getBeginLoc(), [&] { ParseDeclaratorInternal(D, DirectDeclParser); }); in ParseDeclaratorInternal()6495 D.getBeginLoc(), [&] { ParseDeclaratorInternal(D, DirectDeclParser); }); in ParseDeclaratorInternal()
2582 DirectDeclParseFunction DirectDeclParser);