Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseDecl.cpp4991 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal() argument
5016 if (DirectDeclParser) in ParseDeclaratorInternal()
5017 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()
5028 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
5053 if (DirectDeclParser) in ParseDeclaratorInternal()
5054 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()
5077 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
5126 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
/external/clang/include/clang/Parse/
DParser.h2331 DirectDeclParseFunction DirectDeclParser);