Searched refs:DirectDeclParser (Results 1 – 2 of 2) sorted by relevance
5889 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal() argument5915 if (DirectDeclParser) in ParseDeclaratorInternal()5916 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()5933 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()5959 if (DirectDeclParser) in ParseDeclaratorInternal()5960 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()5984 D.getBeginLoc(), [&] { ParseDeclaratorInternal(D, DirectDeclParser); }); in ParseDeclaratorInternal()6030 D.getBeginLoc(), [&] { ParseDeclaratorInternal(D, DirectDeclParser); }); in ParseDeclaratorInternal()
2966 DirectDeclParseFunction DirectDeclParser);