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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp174 /*isAddressOfOperand=*/false,
263 /*isAddressOfOperand=*/false,
672 /// \p isAddressOfOperand exists because an id-expression that is the
676 bool isAddressOfOperand,
682 isAddressOfOperand,
735 /// \p isAddressOfOperand exists because an id-expression that is the operand
913 bool isAddressOfOperand,
1025 Res = tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement);
1037 return ParseCastExpression(ParseKind, isAddressOfOperand, isTypeCast,
1126 return ParseCastExpression(ParseKind, isAddressOfOperand,
675 ParseCastExpression(CastParseKind ParseKind, bool isAddressOfOperand, TypeCastState isTypeCast, bool isVectorLiteral, bool *NotPrimaryExpression) argument
912 ParseCastExpression(CastParseKind ParseKind, bool isAddressOfOperand, bool &NotCastExpr, TypeCastState isTypeCast, bool isVectorLiteral, bool *NotPrimaryExpression) argument
[all...]
H A DParseExprCXX.cpp558 bool isAddressOfOperand,
577 if (isAddressOfOperand && isPostfixExpressionSuffixStart())
578 isAddressOfOperand = false;
581 isAddressOfOperand);
607 if (isAddressOfOperand && isPostfixExpressionSuffixStart())
608 isAddressOfOperand = false;
612 isAddressOfOperand, /*CCC=*/nullptr, /*IsInlineAsmIdentifier=*/false,
659 /// The isAddressOfOperand parameter indicates that this id-expression is a
664 ExprResult Parser::ParseCXXIdExpression(bool isAddressOfOperand) { argument
676 tryParseCXXIdExpression(SS, isAddressOfOperand, Replacemen
557 tryParseCXXIdExpression(CXXScopeSpec &SS, bool isAddressOfOperand, Token &Replacement) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSemaInternal.h204 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } function in class:clang::TypoCorrectionConsumer
H A DSema.h5109 bool isAddressOfOperand,
/netbsd-current/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-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp726 bool isAddressOfOperand,
749 if (!MightBeCxx11UnevalField && !isAddressOfOperand && !IsEnum &&
723 ActOnDependentIdExpression(const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, bool isAddressOfOperand, const TemplateArgumentListInfo *TemplateArgs) argument
H A DSemaExprCXX.cpp8023 if (!Consumer.isAddressOfOperand())

Completed in 315 milliseconds