Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Parse/
HDParser.h3199 typedef void (Parser::*DirectDeclParseFunction)(Declarator&); typedef
3201 DirectDeclParseFunction DirectDeclParser);
/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDecl.cpp6641 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal()