Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTypoCorrection.h255 IsObjCIvarLookup(false), IsAddressOfOperand(false), Typo(Typo), in WantTypeSpecifiers()
299 bool IsAddressOfOperand; variable
DSemaInternal.h216 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand()
DSema.h1628 bool IsAddressOfOperand,
3680 UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand,
3742 bool IsAddressOfOperand, const Scope *S,
/external/clang/lib/Parse/
DParser.cpp1391 Parser::TryAnnotateName(bool IsAddressOfOperand, in TryAnnotateName() argument
1431 getCurScope(), SS, Name, NameLoc, Next, IsAddressOfOperand, in TryAnnotateName()
DParseExpr.cpp951 Validator->IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()
/external/clang/include/clang/AST/
DExprCXX.h2479 bool IsAddressOfOperand; member
2500 Result.IsAddressOfOperand = true; in find()
2504 Result.IsAddressOfOperand = false; in find()
/external/clang/lib/Sema/
DSemaExpr.cpp2046 bool HasTrailingLParen, bool IsAddressOfOperand, in ActOnIdExpression() argument
2049 assert(!(IsAddressOfOperand && HasTrailingLParen) && in ActOnIdExpression()
2091 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression()
2110 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression()
2119 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression()
2163 DefaultValidator->IsAddressOfOperand = IsAddressOfOperand; in ActOnIdExpression()
2164 assert((!CCC || CCC->IsAddressOfOperand == IsAddressOfOperand) && in ActOnIdExpression()
2244 if (!IsAddressOfOperand) in ActOnIdExpression()
2285 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument
2349 if (!R.empty() && (*R.begin())->isCXXClassMember() && !IsAddressOfOperand) in BuildQualifiedDeclarationNameExpr()
DTreeTransform.h636 bool IsAddressOfOperand,
640 ParenExpr *PE, DependentScopeDeclRefExpr *DRE, bool IsAddressOfOperand,
2589 bool IsAddressOfOperand, in RebuildDependentScopeDeclRefExpr() argument
2599 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
9658 bool IsAddressOfOperand, in TransformDependentScopeDeclRefExpr() argument
9686 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr()
9696 QualifierLoc, TemplateKWLoc, NameInfo, &TransArgs, IsAddressOfOperand, in TransformDependentScopeDeclRefExpr()
DSemaTemplateDeduction.cpp2996 if (!R.IsAddressOfOperand) return Fn->getType(); in GetTypeOfFunction()
3017 if (R.IsAddressOfOperand) in ResolveOverloadForDeduction()
DSemaLookup.cpp4768 if (IsAddressOfOperand && HasNonStaticMethod && !HasStaticMethod && in ValidateCandidate()
DSemaDecl.cpp733 bool IsAddressOfOperand, in ClassifyName() argument
890 NameInfo, IsAddressOfOperand, in ClassifyName()
/external/clang/include/clang/Parse/
DParser.h598 TryAnnotateName(bool IsAddressOfOperand,