Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2980 typedef void (Parser::*DirectDeclParseFunction)(Declarator&); typedef
2982 DirectDeclParseFunction DirectDeclParser);
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp5725 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal()