Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h2194 typedef void (Parser::*DirectDeclParseFunction)(Declarator&); typedef
2196 DirectDeclParseFunction DirectDeclParser);
/minix/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp4694 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal()