Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp688 bool isAddressOfOperand, in ParseCastExpression() argument
694 isAddressOfOperand, in ParseCastExpression()
928 bool isAddressOfOperand, in ParseCastExpression() argument
1258 if (isAddressOfOperand && isPostfixExpressionSuffixStart()) in ParseCastExpression()
1259 isAddressOfOperand = false; in ParseCastExpression()
1272 Validator.IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()
1282 isAddressOfOperand, &Validator, in ParseCastExpression()
1287 return ParseCastExpression(ParseKind, isAddressOfOperand, in ParseCastExpression()
1425 isAddressOfOperand); in ParseCastExpression()
1653 Res = ParseCXXIdExpression(isAddressOfOperand); in ParseCastExpression()
[all …]
H A DParseExprCXX.cpp561 bool isAddressOfOperand, in tryParseCXXIdExpression() argument
580 if (isAddressOfOperand && isPostfixExpressionSuffixStart()) in tryParseCXXIdExpression()
581 isAddressOfOperand = false; in tryParseCXXIdExpression()
584 isAddressOfOperand); in tryParseCXXIdExpression()
610 if (isAddressOfOperand && isPostfixExpressionSuffixStart()) in tryParseCXXIdExpression()
611 isAddressOfOperand = false; in tryParseCXXIdExpression()
615 isAddressOfOperand, /*CCC=*/nullptr, /*IsInlineAsmIdentifier=*/false, in tryParseCXXIdExpression()
667 ExprResult Parser::ParseCXXIdExpression(bool isAddressOfOperand) { in ParseCXXIdExpression() argument
679 tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement); in ParseCXXIdExpression()
684 Result = tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement); in ParseCXXIdExpression()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h204 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand() function
H A DSema.h5697 bool isAddressOfOperand,
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1829 bool isAddressOfOperand,
1835 bool isAddressOfOperand = false,
1912 ExprResult tryParseCXXIdExpression(CXXScopeSpec &SS, bool isAddressOfOperand,
1914 ExprResult ParseCXXIdExpression(bool isAddressOfOperand = false);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp732 bool isAddressOfOperand, in ActOnDependentIdExpression() argument
755 if (!MightBeCxx11UnevalField && !isAddressOfOperand && !IsEnum && in ActOnDependentIdExpression()
H A DSemaExprCXX.cpp8441 if (!Consumer.isAddressOfOperand()) in attemptRecovery()