Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2599 typedef void (Parser::*DirectDeclParseFunction)(Declarator&); typedef
2601 DirectDeclParseFunction DirectDeclParser);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp5344 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal()