Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseDecl.cpp4703 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal() argument
4728 if (DirectDeclParser) in ParseDeclaratorInternal()
4729 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()
4740 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
4755 if (DirectDeclParser) in ParseDeclaratorInternal()
4756 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()
4779 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
4827 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
/external/clang/include/clang/Parse/
DParser.h2191 DirectDeclParseFunction DirectDeclParser);