Searched refs:isAddressOfOperand (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 677 bool isAddressOfOperand, in ParseCastExpression() argument 683 isAddressOfOperand, in ParseCastExpression() 915 bool isAddressOfOperand, in ParseCastExpression() argument 1244 if (isAddressOfOperand && isPostfixExpressionSuffixStart()) in ParseCastExpression() 1245 isAddressOfOperand = false; in ParseCastExpression() 1258 Validator.IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression() 1268 isAddressOfOperand, &Validator, in ParseCastExpression() 1273 return ParseCastExpression(ParseKind, isAddressOfOperand, in ParseCastExpression() 1401 isAddressOfOperand); in ParseCastExpression() 1622 Res = ParseCXXIdExpression(isAddressOfOperand); in ParseCastExpression() [all …]
|
H A D | ParseExprCXX.cpp | 560 bool isAddressOfOperand, in tryParseCXXIdExpression() argument 579 if (isAddressOfOperand && isPostfixExpressionSuffixStart()) in tryParseCXXIdExpression() 580 isAddressOfOperand = false; in tryParseCXXIdExpression() 583 isAddressOfOperand); in tryParseCXXIdExpression() 609 if (isAddressOfOperand && isPostfixExpressionSuffixStart()) in tryParseCXXIdExpression() 610 isAddressOfOperand = false; in tryParseCXXIdExpression() 614 isAddressOfOperand, /*CCC=*/nullptr, /*IsInlineAsmIdentifier=*/false, in tryParseCXXIdExpression() 666 ExprResult Parser::ParseCXXIdExpression(bool isAddressOfOperand) { in ParseCXXIdExpression() argument 678 tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement); in ParseCXXIdExpression() 683 Result = tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement); in ParseCXXIdExpression()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | SemaInternal.h | 204 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand() function
|
H A D | Sema.h | 5570 bool isAddressOfOperand,
|
/openbsd/gnu/llvm/clang/include/clang/Parse/ |
H A D | Parser.h | 1804 bool isAddressOfOperand, 1810 bool isAddressOfOperand = false, 1887 ExprResult tryParseCXXIdExpression(CXXScopeSpec &SS, bool isAddressOfOperand, 1889 ExprResult ParseCXXIdExpression(bool isAddressOfOperand = false);
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 731 bool isAddressOfOperand, in ActOnDependentIdExpression() argument 754 if (!MightBeCxx11UnevalField && !isAddressOfOperand && !IsEnum && in ActOnDependentIdExpression()
|
H A D | SemaExprCXX.cpp | 8379 if (!Consumer.isAddressOfOperand()) in attemptRecovery()
|