Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDTypoCorrection.h255 IsObjCIvarLookup(false), IsAddressOfOperand(false), Typo(Typo), in WantTypeSpecifiers()
299 bool IsAddressOfOperand; variable
HDSemaInternal.h216 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand()
HDSema.h1591 bool IsAddressOfOperand,
3620 UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand,
3679 bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI = nullptr);
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParser.cpp1359 Parser::TryAnnotateName(bool IsAddressOfOperand, in TryAnnotateName() argument
1399 getCurScope(), SS, Name, NameLoc, Next, IsAddressOfOperand, in TryAnnotateName()
HDParseExpr.cpp948 Validator->IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExprCXX.h2353 bool IsAddressOfOperand; member
2374 Result.IsAddressOfOperand = true; in find()
2378 Result.IsAddressOfOperand = false; in find()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp2068 bool HasTrailingLParen, bool IsAddressOfOperand, in ActOnIdExpression() argument
2071 assert(!(IsAddressOfOperand && HasTrailingLParen) && in ActOnIdExpression()
2113 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression()
2132 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression()
2141 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression()
2185 DefaultValidator->IsAddressOfOperand = IsAddressOfOperand; in ActOnIdExpression()
2186 assert((!CCC || CCC->IsAddressOfOperand == IsAddressOfOperand) && in ActOnIdExpression()
2266 if (!IsAddressOfOperand) in ActOnIdExpression()
2308 bool IsAddressOfOperand, in BuildQualifiedDeclarationNameExpr() argument
2373 if (!R.empty() && (*R.begin())->isCXXClassMember() && !IsAddressOfOperand) in BuildQualifiedDeclarationNameExpr()
HDTreeTransform.h631 bool IsAddressOfOperand,
635 ParenExpr *PE, DependentScopeDeclRefExpr *DRE, bool IsAddressOfOperand,
2428 bool IsAddressOfOperand, in RebuildDependentScopeDeclRefExpr() argument
2438 SS, NameInfo, IsAddressOfOperand, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
9228 bool IsAddressOfOperand, in TransformDependentScopeDeclRefExpr() argument
9256 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr()
9266 QualifierLoc, TemplateKWLoc, NameInfo, &TransArgs, IsAddressOfOperand, in TransformDependentScopeDeclRefExpr()
HDSemaTemplateDeduction.cpp2987 if (!R.IsAddressOfOperand) return Fn->getType(); in GetTypeOfFunction()
3008 if (R.IsAddressOfOperand) in ResolveOverloadForDeduction()
HDSemaLookup.cpp4586 if (IsAddressOfOperand && HasNonStaticMethod && !HasStaticMethod && in ValidateCandidate()
HDSemaDecl.cpp733 bool IsAddressOfOperand, in ClassifyName() argument
890 NameInfo, IsAddressOfOperand, in ClassifyName()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h597 TryAnnotateName(bool IsAddressOfOperand,