Searched refs:isAddressOfOperand (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 707 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 D | ParseExprCXX.cpp | 606 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 D | SemaInternal.h | 200 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand() function
|
H A D | Sema.h | 12008 const DeclarationNameInfo &NameInfo, bool isAddressOfOperand,
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 1885 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 D | SemaExprCXX.cpp | 8676 NewSS, R, Consumer.isAddressOfOperand())) in attemptRecovery()
|
H A D | SemaTemplate.cpp | 728 bool isAddressOfOperand, in ActOnDependentIdExpression() argument
|