Searched refs:IsAddressOfOperand (Results 1 – 12 of 12) sorted by relevance
/external/clang/include/clang/Sema/ |
D | TypoCorrection.h | 255 IsObjCIvarLookup(false), IsAddressOfOperand(false), Typo(Typo), in WantTypeSpecifiers() 299 bool IsAddressOfOperand; variable
|
D | SemaInternal.h | 216 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand()
|
D | Sema.h | 1628 bool IsAddressOfOperand, 3680 UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand, 3742 bool IsAddressOfOperand, const Scope *S,
|
/external/clang/lib/Parse/ |
D | Parser.cpp | 1391 Parser::TryAnnotateName(bool IsAddressOfOperand, in TryAnnotateName() argument 1431 getCurScope(), SS, Name, NameLoc, Next, IsAddressOfOperand, in TryAnnotateName()
|
D | ParseExpr.cpp | 951 Validator->IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 2479 bool IsAddressOfOperand; member 2500 Result.IsAddressOfOperand = true; in find() 2504 Result.IsAddressOfOperand = false; in find()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 2046 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()
|
D | TreeTransform.h | 636 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()
|
D | SemaTemplateDeduction.cpp | 2996 if (!R.IsAddressOfOperand) return Fn->getType(); in GetTypeOfFunction() 3017 if (R.IsAddressOfOperand) in ResolveOverloadForDeduction()
|
D | SemaLookup.cpp | 4768 if (IsAddressOfOperand && HasNonStaticMethod && !HasStaticMethod && in ValidateCandidate()
|
D | SemaDecl.cpp | 733 bool IsAddressOfOperand, in ClassifyName() argument 890 NameInfo, IsAddressOfOperand, in ClassifyName()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 598 TryAnnotateName(bool IsAddressOfOperand,
|