Home
last modified time | relevance | path

Searched refs:isAddressOfOperand (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp676 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 …]
H A DParseExprCXX.cpp558 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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSemaInternal.h204 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand() function
H A DSema.h5109 bool isAddressOfOperand,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1767 bool isAddressOfOperand,
1773 bool isAddressOfOperand = false,
1852 ExprResult tryParseCXXIdExpression(CXXScopeSpec &SS, bool isAddressOfOperand,
1854 ExprResult ParseCXXIdExpression(bool isAddressOfOperand = false);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp726 bool isAddressOfOperand, in ActOnDependentIdExpression() argument
749 if (!MightBeCxx11UnevalField && !isAddressOfOperand && !IsEnum && in ActOnDependentIdExpression()
H A DSemaExprCXX.cpp8023 if (!Consumer.isAddressOfOperand()) in attemptRecovery()