Searched refs:isAddressOfOperand (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 475 bool isAddressOfOperand, in ParseCastExpression() argument 479 isAddressOfOperand, in ParseCastExpression() 695 bool isAddressOfOperand, in ParseCastExpression() argument 774 return ParseCastExpression(isUnaryExpression, isAddressOfOperand); in ParseCastExpression() 861 return ParseCastExpression(isUnaryExpression, isAddressOfOperand, in ParseCastExpression() 873 return ParseCastExpression(isUnaryExpression, isAddressOfOperand); in ParseCastExpression() 953 if (isAddressOfOperand && isPostfixExpressionSuffixStart()) in ParseCastExpression() 954 isAddressOfOperand = false; in ParseCastExpression() 965 Validator->IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression() 975 isAddressOfOperand, std::move(Validator), in ParseCastExpression() [all …]
|
D | ParseExprCXX.cpp | 592 ExprResult Parser::tryParseCXXIdExpression(CXXScopeSpec &SS, bool isAddressOfOperand, in tryParseCXXIdExpression() argument 605 if (isAddressOfOperand && isPostfixExpressionSuffixStart()) in tryParseCXXIdExpression() 606 isAddressOfOperand = false; in tryParseCXXIdExpression() 609 Tok.is(tok::l_paren), isAddressOfOperand, in tryParseCXXIdExpression() 656 ExprResult Parser::ParseCXXIdExpression(bool isAddressOfOperand) { in ParseCXXIdExpression() argument 666 tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement); in ParseCXXIdExpression() 671 Result = tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement); in ParseCXXIdExpression()
|
/external/clang/include/clang/Sema/ |
D | SemaInternal.h | 217 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand() function
|
D | Sema.h | 3793 bool isAddressOfOperand,
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1427 bool isAddressOfOperand, 1431 bool isAddressOfOperand = false, 1499 ExprResult tryParseCXXIdExpression(CXXScopeSpec &SS, bool isAddressOfOperand, 1501 ExprResult ParseCXXIdExpression(bool isAddressOfOperand = false);
|
/external/clang/lib/Sema/ |
D | SemaTemplate.cpp | 414 bool isAddressOfOperand, in ActOnDependentIdExpression() argument 432 if (!MightBeCxx11UnevalField && !isAddressOfOperand && in ActOnDependentIdExpression()
|
D | SemaExprCXX.cpp | 6708 if (!Consumer.isAddressOfOperand()) in attemptRecovery()
|