Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp676 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 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()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h204 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand() function
H A DSema.h5149 bool isAddressOfOperand,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1768 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 DSemaTemplate.cpp726 bool isAddressOfOperand, in ActOnDependentIdExpression() argument
749 if (!MightBeCxx11UnevalField && !isAddressOfOperand && !IsEnum && in ActOnDependentIdExpression()
H A DSemaExprCXX.cpp8100 if (!Consumer.isAddressOfOperand()) in attemptRecovery()