Home
last modified time | relevance | path

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

/external/clang/include/clang/Parse/
DParser.h1727 typedef void (Parser::*DirectDeclParseFunction)(Declarator&); typedef
1729 DirectDeclParseFunction DirectDeclParser);
/external/clang/lib/Parse/
DParseDecl.cpp3254 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal()