Home
last modified time | relevance | path

Searched refs:isAddressOfOperand (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExpr.cpp676 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 DParseExprCXX.cpp558 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 DSemaInternal.h204 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand() function
H A DSema.h5429 bool isAddressOfOperand,
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1784 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 DSemaTemplate.cpp730 bool isAddressOfOperand, in ActOnDependentIdExpression() argument
753 if (!MightBeCxx11UnevalField && !isAddressOfOperand && !IsEnum && in ActOnDependentIdExpression()
H A DSemaExprCXX.cpp8355 if (!Consumer.isAddressOfOperand()) in attemptRecovery()