Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6572 ParseDeclaratorInternal(D, &Parser::ParseDirectDeclarator); in ParseDeclarator()
6640 void Parser::ParseDeclaratorInternal(Declarator &D, in ParseDeclaratorInternal() function in Parser
6686 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal()
6737 D.getBeginLoc(), [&] { ParseDeclaratorInternal(D, DirectDeclParser); }); in ParseDeclaratorInternal()
6783 D.getBeginLoc(), [&] { ParseDeclaratorInternal(D, DirectDeclParser); }); in ParseDeclaratorInternal()
7396 ParseDeclaratorInternal(D, &Parser::ParseDirectDeclarator); in ParseParenDeclarator()
8235 ParseDeclaratorInternal(D, &Parser::ParseDirectDeclarator); in ParseMisplacedBracketDeclarator()
H A DParseExprCXX.cpp2917 ParseDeclaratorInternal(D, /*DirectDeclParser=*/nullptr); in ParseUnqualifiedIdOperator()
3335 ParseDeclaratorInternal(DeclaratorInfo, in ParseCXXNewExpression()
3348 ParseDeclaratorInternal(DeclaratorInfo, in ParseCXXNewExpression()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3200 void ParseDeclaratorInternal(Declarator &D,