Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp563 Parser::ParseCastExpression(CastParseKind ParseKind, bool isAddressOfOperand, in ParseCastExpression() argument
567 ExprResult Res = ParseCastExpression(ParseKind, isAddressOfOperand, in ParseCastExpression()
721 Parser::ParseCastExpression(CastParseKind ParseKind, bool isAddressOfOperand, in ParseCastExpression() argument
840 Res = tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement); in ParseCastExpression()
848 return ParseCastExpression(ParseKind, isAddressOfOperand, in ParseCastExpression()
859 return ParseCastExpression(ParseKind, isAddressOfOperand, in ParseCastExpression()
881 return ParseCastExpression(ParseKind, isAddressOfOperand, in ParseCastExpression()
895 return ParseCastExpression(ParseKind, isAddressOfOperand, NotCastExpr, in ParseCastExpression()
908 return ParseCastExpression(ParseKind, isAddressOfOperand, NotCastExpr, in ParseCastExpression()
996 if (isAddressOfOperand && isPostfixExpressionSuffixStart()) in ParseCastExpression()
[all …]
H A DParseExprCXX.cpp567 bool isAddressOfOperand, in tryParseCXXIdExpression() argument
586 if (isAddressOfOperand && isPostfixExpressionSuffixStart()) in tryParseCXXIdExpression()
587 isAddressOfOperand = false; in tryParseCXXIdExpression()
590 isAddressOfOperand); in tryParseCXXIdExpression()
616 if (isAddressOfOperand && isPostfixExpressionSuffixStart()) in tryParseCXXIdExpression()
617 isAddressOfOperand = false; in tryParseCXXIdExpression()
621 isAddressOfOperand, /*CCC=*/nullptr, /*IsInlineAsmIdentifier=*/false, in tryParseCXXIdExpression()
658 ExprResult Parser::ParseCXXIdExpression(bool isAddressOfOperand) { in ParseCXXIdExpression() argument
670 tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement); in ParseCXXIdExpression()
675 Result = tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement); in ParseCXXIdExpression()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h200 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand() function
H A DSema.h12242 const DeclarationNameInfo &NameInfo, bool isAddressOfOperand,
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h4035 bool isAddressOfOperand, bool &NotCastExpr,
4040 bool isAddressOfOperand = false,
4455 ExprResult tryParseCXXIdExpression(CXXScopeSpec &SS, bool isAddressOfOperand,
4507 ExprResult ParseCXXIdExpression(bool isAddressOfOperand = false);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp729 bool isAddressOfOperand, in ActOnDependentIdExpression() argument