Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp5708 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal() argument
5734 if (DirectDeclParser) in ParseDeclaratorInternal()
5735 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()
5751 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
5776 if (DirectDeclParser) in ParseDeclaratorInternal()
5777 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()
5800 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
5845 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2954 DirectDeclParseFunction DirectDeclParser);