Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp5725 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal() argument
5751 if (DirectDeclParser) in ParseDeclaratorInternal()
5752 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()
5768 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
5793 if (DirectDeclParser) in ParseDeclaratorInternal()
5794 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()
5817 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
5862 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2982 DirectDeclParseFunction DirectDeclParser);