Searched refs:isAddressOfOperand (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 411 bool isAddressOfOperand, in ParseCastExpression() argument 415 isAddressOfOperand, in ParseCastExpression() 618 bool isAddressOfOperand, in ParseCastExpression() argument 696 return ParseCastExpression(isUnaryExpression, isAddressOfOperand); in ParseCastExpression() 714 return ParseCastExpression(isUnaryExpression, isAddressOfOperand, in ParseCastExpression() 726 return ParseCastExpression(isUnaryExpression, isAddressOfOperand); in ParseCastExpression() 806 if (isAddressOfOperand && isPostfixExpressionSuffixStart()) in ParseCastExpression() 807 isAddressOfOperand = false; in ParseCastExpression() 817 Validator.IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression() 821 isAddressOfOperand, &Validator); in ParseCastExpression() [all …]
|
D | ParseExprCXX.cpp | 601 ExprResult Parser::ParseCXXIdExpression(bool isAddressOfOperand) { in ParseCXXIdExpression() argument 622 if (isAddressOfOperand && isPostfixExpressionSuffixStart()) in ParseCXXIdExpression() 623 isAddressOfOperand = false; in ParseCXXIdExpression() 626 Tok.is(tok::l_paren), isAddressOfOperand); in ParseCXXIdExpression()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1343 bool isAddressOfOperand, 1347 bool isAddressOfOperand = false, 1416 ExprResult ParseCXXIdExpression(bool isAddressOfOperand = false);
|
/external/clang/lib/Sema/ |
D | SemaTemplate.cpp | 411 bool isAddressOfOperand, in ActOnDependentIdExpression() argument 415 if (!isAddressOfOperand && in ActOnDependentIdExpression()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3383 bool isAddressOfOperand,
|