Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DTypoCorrection.h331 bool IsAddressOfOperand = false; variable
H A DSemaInternal.h239 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand()
H A DSema.h1866 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 DParser.cpp1490 Parser::TryAnnotateName(bool IsAddressOfOperand, in TryAnnotateName() argument
1528 getCurScope(), SS, Name, NameLoc, Next, IsAddressOfOperand, in TryAnnotateName()
H A DParseExpr.cpp1049 Validator->IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h2686 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 DSemaExpr.cpp2069 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 DTreeTransform.h662 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 DSemaTemplateDeduction.cpp3462 if (!R.IsAddressOfOperand) return Fn->getType(); in GetTypeOfFunction()
3483 if (R.IsAddressOfOperand) in ResolveOverloadForDeduction()
H A DSemaLookup.cpp4944 if (IsAddressOfOperand && HasNonStaticMethod && !HasStaticMethod && in ValidateCandidate()
H A DSemaDecl.cpp847 bool IsAddressOfOperand, in ClassifyName() argument
1010 NameInfo, IsAddressOfOperand, in ClassifyName()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h767 TryAnnotateName(bool IsAddressOfOperand,