Home
last modified time | relevance | path

Searched refs:DirectDeclParser (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6641 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal() argument
6668 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()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3201 DirectDeclParseFunction DirectDeclParser);