/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/llvm-project/clang/lib/Parse/ |
D | ParseExpr.cpp | 676 bool isAddressOfOperand, in ParseCastExpression() argument 682 isAddressOfOperand, in ParseCastExpression() 913 bool isAddressOfOperand, in ParseCastExpression() argument 1025 Res = tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement); in ParseCastExpression() 1037 return ParseCastExpression(ParseKind, isAddressOfOperand, isTypeCast, in ParseCastExpression() 1126 return ParseCastExpression(ParseKind, isAddressOfOperand, in ParseCastExpression() 1139 return ParseCastExpression(ParseKind, isAddressOfOperand, in ParseCastExpression() 1228 if (isAddressOfOperand && isPostfixExpressionSuffixStart()) in ParseCastExpression() 1229 isAddressOfOperand = false; in ParseCastExpression() 1242 Validator.IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression() [all …]
|
D | ParseExprCXX.cpp | 558 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()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | SemaInternal.h | 204 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand() function
|
D | Sema.h | 4966 bool isAddressOfOperand,
|
/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/llvm-project/clang/include/clang/Parse/ |
D | Parser.h | 1785 bool isAddressOfOperand, 1791 bool isAddressOfOperand = false, 1870 ExprResult tryParseCXXIdExpression(CXXScopeSpec &SS, bool isAddressOfOperand, 1872 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()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplate.cpp | 726 bool isAddressOfOperand, in ActOnDependentIdExpression() argument 749 if (!MightBeCxx11UnevalField && !isAddressOfOperand && !IsEnum && in ActOnDependentIdExpression()
|
D | SemaExprCXX.cpp | 7948 if (!Consumer.isAddressOfOperand()) in attemptRecovery()
|