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.cpp707 bool isAddressOfOperand, in ParseCastExpression() argument
713 isAddressOfOperand, in ParseCastExpression()
1050 bool isAddressOfOperand, in ParseCastExpression() argument
1167 Res = tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement); in ParseCastExpression()
1175 return ParseCastExpression(ParseKind, isAddressOfOperand, isTypeCast, in ParseCastExpression()
1185 return ParseCastExpression(ParseKind, isAddressOfOperand, isTypeCast, in ParseCastExpression()
1206 return ParseCastExpression(ParseKind, isAddressOfOperand, isTypeCast, in ParseCastExpression()
1219 return ParseCastExpression(ParseKind, isAddressOfOperand, in ParseCastExpression()
1232 return ParseCastExpression(ParseKind, isAddressOfOperand, in ParseCastExpression()
1321 if (isAddressOfOperand && isPostfixExpressionSuffixStart()) in ParseCastExpression()
[all …]
H A DParseExprCXX.cpp606 bool isAddressOfOperand, in tryParseCXXIdExpression() argument
625 if (isAddressOfOperand && isPostfixExpressionSuffixStart()) in tryParseCXXIdExpression()
626 isAddressOfOperand = false; in tryParseCXXIdExpression()
629 isAddressOfOperand); in tryParseCXXIdExpression()
655 if (isAddressOfOperand && isPostfixExpressionSuffixStart()) in tryParseCXXIdExpression()
656 isAddressOfOperand = false; in tryParseCXXIdExpression()
660 isAddressOfOperand, /*CCC=*/nullptr, /*IsInlineAsmIdentifier=*/false, in tryParseCXXIdExpression()
739 ExprResult Parser::ParseCXXIdExpression(bool isAddressOfOperand) { in ParseCXXIdExpression() argument
751 tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement); in ParseCXXIdExpression()
756 Result = tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement); in ParseCXXIdExpression()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h200 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand() function
H A DSema.h12008 const DeclarationNameInfo &NameInfo, bool isAddressOfOperand,
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1885 bool isAddressOfOperand,
1891 bool isAddressOfOperand = false,
1968 ExprResult tryParseCXXIdExpression(CXXScopeSpec &SS, bool isAddressOfOperand,
1974 ExprResult ParseCXXIdExpression(bool isAddressOfOperand = false);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp8676 NewSS, R, Consumer.isAddressOfOperand())) in attemptRecovery()
H A DSemaTemplate.cpp728 bool isAddressOfOperand, in ActOnDependentIdExpression() argument