Searched refs:ParseDeclaratorInternal (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 6290 ParseDeclaratorInternal(D, &Parser::ParseDirectDeclarator); in ParseDeclarator() 6333 void Parser::ParseDeclaratorInternal(Declarator &D, in ParseDeclaratorInternal() function in Parser 6378 ParseDeclaratorInternal(D, DirectDeclParser); in ParseDeclaratorInternal() 6449 D.getBeginLoc(), [&] { ParseDeclaratorInternal(D, DirectDeclParser); }); in ParseDeclaratorInternal() 6495 D.getBeginLoc(), [&] { ParseDeclaratorInternal(D, DirectDeclParser); }); in ParseDeclaratorInternal() 7077 ParseDeclaratorInternal(D, &Parser::ParseDirectDeclarator); in ParseParenDeclarator() 7844 ParseDeclaratorInternal(D, &Parser::ParseDirectDeclarator); in ParseMisplacedBracketDeclarator()
|
| H A D | ParseExprCXX.cpp | 2560 ParseDeclaratorInternal(D, /*DirectDeclParser=*/nullptr); in ParseUnqualifiedIdOperator() 2914 ParseDeclaratorInternal(DeclaratorInfo, in ParseCXXNewExpression() 2927 ParseDeclaratorInternal(DeclaratorInfo, in ParseCXXNewExpression()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 2581 void ParseDeclaratorInternal(Declarator &D,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 4227 …DeclaratorInternalERNS_10DeclaratorEMS0_FvS2_E", "clang::Parser::ParseDeclaratorInternal(clang::De…
|