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.cpp6334 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal() argument
6378 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()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2582 DirectDeclParseFunction DirectDeclParser);