Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseDecl.cpp4894 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal() argument
4919 if (DirectDeclParser) in ParseDeclaratorInternal()
4920 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()
4931 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
4946 if (DirectDeclParser) in ParseDeclaratorInternal()
4947 (this->*DirectDeclParser)(D); in ParseDeclaratorInternal()
4970 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
5018 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
/external/clang/include/clang/Parse/
DParser.h2281 DirectDeclParseFunction DirectDeclParser);