Searched refs:isAddressOfOperand (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 676 bool isAddressOfOperand, in ParseCastExpression() argument 682 isAddressOfOperand, in ParseCastExpression() 914 bool isAddressOfOperand, in ParseCastExpression() argument 1230 if (isAddressOfOperand && isPostfixExpressionSuffixStart()) in ParseCastExpression() 1231 isAddressOfOperand = false; in ParseCastExpression() 1244 Validator.IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression() 1254 isAddressOfOperand, &Validator, in ParseCastExpression() 1259 return ParseCastExpression(ParseKind, isAddressOfOperand, in ParseCastExpression() 1606 Res = ParseCXXIdExpression(isAddressOfOperand); in ParseCastExpression() 1618 return ParseCastExpression(ParseKind, isAddressOfOperand, in ParseCastExpression() [all …]
|
| H A D | ParseExprCXX.cpp | 558 bool isAddressOfOperand, in tryParseCXXIdExpression() argument 577 if (isAddressOfOperand && isPostfixExpressionSuffixStart()) in tryParseCXXIdExpression() 578 isAddressOfOperand = false; in tryParseCXXIdExpression() 581 isAddressOfOperand); in tryParseCXXIdExpression() 607 if (isAddressOfOperand && isPostfixExpressionSuffixStart()) in tryParseCXXIdExpression() 608 isAddressOfOperand = false; in tryParseCXXIdExpression() 612 isAddressOfOperand, /*CCC=*/nullptr, /*IsInlineAsmIdentifier=*/false, in tryParseCXXIdExpression() 664 ExprResult Parser::ParseCXXIdExpression(bool isAddressOfOperand) { in ParseCXXIdExpression() argument 676 tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement); in ParseCXXIdExpression() 681 Result = tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement); in ParseCXXIdExpression()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | SemaInternal.h | 204 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand() function
|
| H A D | Sema.h | 5429 bool isAddressOfOperand,
|
| /llvm-project-15.0.7/clang/include/clang/Parse/ |
| H A D | Parser.h | 1784 bool isAddressOfOperand, 1790 bool isAddressOfOperand = false, 1872 ExprResult tryParseCXXIdExpression(CXXScopeSpec &SS, bool isAddressOfOperand, 1874 ExprResult ParseCXXIdExpression(bool isAddressOfOperand = false);
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 730 bool isAddressOfOperand, in ActOnDependentIdExpression() argument 753 if (!MightBeCxx11UnevalField && !isAddressOfOperand && !IsEnum && in ActOnDependentIdExpression()
|
| H A D | SemaExprCXX.cpp | 8355 if (!Consumer.isAddressOfOperand()) in attemptRecovery()
|