Searched refs:IsAddressOfOperand (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | TypoCorrection.h | 255 IsObjCIvarLookup(false), IsAddressOfOperand(false), Typo(Typo), in WantTypeSpecifiers() 299 bool IsAddressOfOperand; variable
|
| HD | SemaInternal.h | 216 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand()
|
| HD | Sema.h | 1591 bool IsAddressOfOperand, 3620 UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand, 3679 bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI = nullptr);
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | Parser.cpp | 1359 Parser::TryAnnotateName(bool IsAddressOfOperand, in TryAnnotateName() argument 1399 getCurScope(), SS, Name, NameLoc, Next, IsAddressOfOperand, in TryAnnotateName()
|
| HD | ParseExpr.cpp | 948 Validator->IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | ExprCXX.h | 2353 bool IsAddressOfOperand; member 2374 Result.IsAddressOfOperand = true; in find() 2378 Result.IsAddressOfOperand = false; in find()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExpr.cpp | 2068 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()
|
| HD | TreeTransform.h | 631 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()
|
| HD | SemaTemplateDeduction.cpp | 2987 if (!R.IsAddressOfOperand) return Fn->getType(); in GetTypeOfFunction() 3008 if (R.IsAddressOfOperand) in ResolveOverloadForDeduction()
|
| HD | SemaLookup.cpp | 4586 if (IsAddressOfOperand && HasNonStaticMethod && !HasStaticMethod && in ValidateCandidate()
|
| HD | SemaDecl.cpp | 733 bool IsAddressOfOperand, in ClassifyName() argument 890 NameInfo, IsAddressOfOperand, in ClassifyName()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Parse/ |
| HD | Parser.h | 597 TryAnnotateName(bool IsAddressOfOperand,
|