Home
last modified time | relevance | path

Searched refs:ParseDeclaratorInternal (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp5956 ParseDeclaratorInternal(D, &Parser::ParseDirectDeclarator); in ParseDeclarator()
6024 void Parser::ParseDeclaratorInternal(Declarator &D, in ParseDeclaratorInternal() function in Parser
6069 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
6120 D.getBeginLoc(), [&] { ParseDeclaratorInternal(D, DirectDeclParser); }); in ParseDeclaratorInternal()
6166 D.getBeginLoc(), [&] { ParseDeclaratorInternal(D, DirectDeclParser); }); in ParseDeclaratorInternal()
6734 ParseDeclaratorInternal(D, &Parser::ParseDirectDeclarator); in ParseParenDeclarator()
7532 ParseDeclaratorInternal(D, &Parser::ParseDirectDeclarator); in ParseMisplacedBracketDeclarator()
H A DParseExprCXX.cpp2798 ParseDeclaratorInternal(D, /*DirectDeclParser=*/nullptr); in ParseUnqualifiedIdOperator()
3207 ParseDeclaratorInternal(DeclaratorInfo, in ParseCXXNewExpression()
3220 ParseDeclaratorInternal(DeclaratorInfo, in ParseCXXNewExpression()
/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DParser.h3054 void ParseDeclaratorInternal(Declarator &D,