Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp6025 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal() argument
6051 if (DirectDeclParser) in ParseDeclaratorInternal()
6052 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()
6069 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
6095 if (DirectDeclParser) in ParseDeclaratorInternal()
6096 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()
6120 D.getBeginLoc(), [&] { ParseDeclaratorInternal(D, DirectDeclParser); }); in ParseDeclaratorInternal()
6166 D.getBeginLoc(), [&] { ParseDeclaratorInternal(D, DirectDeclParser); }); in ParseDeclaratorInternal()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h3055 DirectDeclParseFunction DirectDeclParser);