Searched refs:IsAddressOfOperand (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | TypoCorrection.h | 331 bool IsAddressOfOperand = false; variable
|
| H A D | SemaInternal.h | 239 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand()
|
| H A D | Sema.h | 1866 bool IsAddressOfOperand, 4157 UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand, 4219 bool IsAddressOfOperand, const Scope *S,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | Parser.cpp | 1490 Parser::TryAnnotateName(bool IsAddressOfOperand, in TryAnnotateName() argument 1528 getCurScope(), SS, Name, NameLoc, Next, IsAddressOfOperand, in TryAnnotateName()
|
| H A D | ParseExpr.cpp | 1049 Validator->IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 2686 bool IsAddressOfOperand; member 2707 Result.IsAddressOfOperand = true; in find() 2711 Result.IsAddressOfOperand = false; in find()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 2069 bool HasTrailingLParen, bool IsAddressOfOperand, in ActOnIdExpression() argument 2072 assert(!(IsAddressOfOperand && HasTrailingLParen) && in ActOnIdExpression() 2120 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression() 2141 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression() 2150 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression() 2194 DefaultValidator->IsAddressOfOperand = IsAddressOfOperand; in ActOnIdExpression() 2195 assert((!CCC || CCC->IsAddressOfOperand == IsAddressOfOperand) && in ActOnIdExpression() 2278 if (!IsAddressOfOperand) in ActOnIdExpression() 2319 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument 2383 if (!R.empty() && (*R.begin())->isCXXClassMember() && !IsAddressOfOperand) in BuildQualifiedDeclarationNameExpr() [all …]
|
| H A D | TreeTransform.h | 662 bool IsAddressOfOperand, 666 ParenExpr *PE, DependentScopeDeclRefExpr *DRE, bool IsAddressOfOperand, 2790 bool IsAddressOfOperand, in RebuildDependentScopeDeclRefExpr() argument 2800 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr() 10795 bool IsAddressOfOperand, in TransformDependentScopeDeclRefExpr() argument 10823 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr() 10833 QualifierLoc, TemplateKWLoc, NameInfo, &TransArgs, IsAddressOfOperand, in TransformDependentScopeDeclRefExpr()
|
| H A D | SemaTemplateDeduction.cpp | 3462 if (!R.IsAddressOfOperand) return Fn->getType(); in GetTypeOfFunction() 3483 if (R.IsAddressOfOperand) in ResolveOverloadForDeduction()
|
| H A D | SemaLookup.cpp | 4944 if (IsAddressOfOperand && HasNonStaticMethod && !HasStaticMethod && in ValidateCandidate()
|
| H A D | SemaDecl.cpp | 847 bool IsAddressOfOperand, in ClassifyName() argument 1010 NameInfo, IsAddressOfOperand, in ClassifyName()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/ |
| H A D | Parser.h | 767 TryAnnotateName(bool IsAddressOfOperand,
|