Searched refs:IsAddressOfOperand (Results 1 - 12 of 12) sorted by relevance

/external/clang/include/clang/Sema/
H A DTypoCorrection.h255 IsObjCIvarLookup(false), IsAddressOfOperand(false), Typo(Typo),
299 bool IsAddressOfOperand; member in class:clang::CorrectionCandidateCallback
H A DSemaInternal.h216 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; }
H A DSema.h1620 /// \param IsAddressOfOperand True if this name is the operand of a unary
1628 bool IsAddressOfOperand,
3680 UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand,
3742 bool IsAddressOfOperand, const Scope *S,
/external/clang/lib/Parse/
H A DParser.cpp1386 /// \param IsAddressOfOperand Must be \c true if the name is preceded by an '&'
1391 Parser::TryAnnotateName(bool IsAddressOfOperand, argument
1431 getCurScope(), SS, Name, NameLoc, Next, IsAddressOfOperand,
H A DParseExpr.cpp951 Validator->IsAddressOfOperand = isAddressOfOperand;
/external/clang/include/clang/AST/
H A DExprCXX.h2479 bool IsAddressOfOperand;
2500 Result.IsAddressOfOperand = true;
2504 Result.IsAddressOfOperand = false;
/external/clang/lib/Sema/
H A DSemaExpr.cpp2046 bool HasTrailingLParen, bool IsAddressOfOperand,
2049 assert(!(IsAddressOfOperand && HasTrailingLParen) &&
2091 IsAddressOfOperand, TemplateArgs);
2110 IsAddressOfOperand, TemplateArgs);
2119 IsAddressOfOperand, TemplateArgs);
2163 DefaultValidator->IsAddressOfOperand = IsAddressOfOperand;
2164 assert((!CCC || CCC->IsAddressOfOperand == IsAddressOfOperand) &&
2244 if (!IsAddressOfOperand)
2044 ActOnIdExpression(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand, std::unique_ptr<CorrectionCandidateCallback> CCC, bool IsInlineAsmIdentifier, Token *KeywordReplacement) argument
2283 BuildQualifiedDeclarationNameExpr( CXXScopeSpec &SS, const DeclarationNameInfo &NameInfo, bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) argument
[all...]
H A DSemaTemplateDeduction.cpp2996 if (!R.IsAddressOfOperand) return Fn->getType();
3017 if (R.IsAddressOfOperand)
H A DTreeTransform.h636 bool IsAddressOfOperand,
640 ParenExpr *PE, DependentScopeDeclRefExpr *DRE, bool IsAddressOfOperand,
2589 bool IsAddressOfOperand,
2599 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI);
9650 return TransformDependentScopeDeclRefExpr(E, /*IsAddressOfOperand=*/false,
9658 bool IsAddressOfOperand,
9686 IsAddressOfOperand, RecoveryTSI);
9696 QualifierLoc, TemplateKWLoc, NameInfo, &TransArgs, IsAddressOfOperand,
2584 RebuildDependentScopeDeclRefExpr( NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *TemplateArgs, bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI) argument
9656 TransformDependentScopeDeclRefExpr( DependentScopeDeclRefExpr *E, bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI) argument
H A DSemaLookup.cpp4768 if (IsAddressOfOperand && HasNonStaticMethod && !HasStaticMethod &&
H A DSemaDecl.cpp733 bool IsAddressOfOperand,
890 NameInfo, IsAddressOfOperand,
731 ClassifyName(Scope *S, CXXScopeSpec &SS, IdentifierInfo *&Name, SourceLocation NameLoc, const Token &NextToken, bool IsAddressOfOperand, std::unique_ptr<CorrectionCandidateCallback> CCC) argument
/external/clang/include/clang/Parse/
H A DParser.h598 TryAnnotateName(bool IsAddressOfOperand,

Completed in 749 milliseconds