Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h2964 typedef void (Parser::*DirectDeclParseFunction)(Declarator&); typedef
2966 DirectDeclParseFunction DirectDeclParser);
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp5889 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal()