Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp5344 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal() argument
5370 if (DirectDeclParser) in ParseDeclaratorInternal()
5371 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()
5382 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
5407 if (DirectDeclParser) in ParseDeclaratorInternal()
5408 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()
5431 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
5476 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2601 DirectDeclParseFunction DirectDeclParser);