Searched refs:isAddressOfOperand (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 676 bool isAddressOfOperand, in ParseCastExpression() argument 682 isAddressOfOperand, in ParseCastExpression() 913 bool isAddressOfOperand, in ParseCastExpression() argument 1228 if (isAddressOfOperand && isPostfixExpressionSuffixStart()) in ParseCastExpression() 1229 isAddressOfOperand = false; in ParseCastExpression() 1242 Validator.IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression() 1252 isAddressOfOperand, &Validator, in ParseCastExpression() 1257 return ParseCastExpression(ParseKind, isAddressOfOperand, in ParseCastExpression() 1599 Res = ParseCXXIdExpression(isAddressOfOperand); in ParseCastExpression() 1611 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()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaInternal.h | 204 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand() function
|
| H A D | Sema.h | 5149 bool isAddressOfOperand,
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 1768 bool isAddressOfOperand, 1774 bool isAddressOfOperand = false, 1854 ExprResult tryParseCXXIdExpression(CXXScopeSpec &SS, bool isAddressOfOperand, 1856 ExprResult ParseCXXIdExpression(bool isAddressOfOperand = false);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 726 bool isAddressOfOperand, in ActOnDependentIdExpression() argument 749 if (!MightBeCxx11UnevalField && !isAddressOfOperand && !IsEnum && in ActOnDependentIdExpression()
|
| H A D | SemaExprCXX.cpp | 8100 if (!Consumer.isAddressOfOperand()) in attemptRecovery()
|