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.h2552 typedef void (Parser::*DirectDeclParseFunction)(Declarator &); typedef
2582 DirectDeclParseFunction DirectDeclParser);
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6334 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal()