Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp4694 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal() argument
4719 if (DirectDeclParser) in ParseDeclaratorInternal()
4720 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()
4731 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
4746 if (DirectDeclParser) in ParseDeclaratorInternal()
4747 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()
4770 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
4817 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
/minix3/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h2196 DirectDeclParseFunction DirectDeclParser);