Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/Parse/
H A DParser.h2329 typedef void (Parser::*DirectDeclParseFunction)(Declarator&); typedef
2331 DirectDeclParseFunction DirectDeclParser);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Parse/
DParser.h3136 typedef void (Parser::*DirectDeclParseFunction)(Declarator&); typedef
3138 DirectDeclParseFunction DirectDeclParser);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Parse/
DParser.h3136 typedef void (Parser::*DirectDeclParseFunction)(Declarator&); typedef
3138 DirectDeclParseFunction DirectDeclParser);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Parse/
DParser.h3096 typedef void (Parser::*DirectDeclParseFunction)(Declarator&); typedef
3098 DirectDeclParseFunction DirectDeclParser);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Parse/
DParser.h3175 typedef void (Parser::*DirectDeclParseFunction)(Declarator&); typedef
3177 DirectDeclParseFunction DirectDeclParser);
/aosp_15_r20/external/clang/lib/Parse/
H A DParseDecl.cpp4991 DirectDeclParseFunction DirectDeclParser) { in ParseDeclaratorInternal()