Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp4883 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal() argument
4908 if (DirectDeclParser) in ParseDeclaratorInternal()
4909 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()
4920 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
4935 if (DirectDeclParser) in ParseDeclaratorInternal()
4936 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()
4959 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
5007 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h2278 DirectDeclParseFunction DirectDeclParser);