Home
last modified time | relevance | path

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

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