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.cpp6245 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal() argument
6272 if (DirectDeclParser) in ParseDeclaratorInternal()
6273 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()
6290 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
6316 if (DirectDeclParser) in ParseDeclaratorInternal()
6317 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()
6341 D.getBeginLoc(), [&] { ParseDeclaratorInternal(D, DirectDeclParser); }); in ParseDeclaratorInternal()
6387 D.getBeginLoc(), [&] { ParseDeclaratorInternal(D, DirectDeclParser); }); in ParseDeclaratorInternal()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3119 DirectDeclParseFunction DirectDeclParser);