Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTypoCorrection.h254 IsAddressOfOperand(false) {} in CorrectionCandidateCallback()
290 bool IsAddressOfOperand; variable
DSema.h1547 bool IsAddressOfOperand,
3361 bool HasTrailingLParen, bool IsAddressOfOperand,
3420 bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI = nullptr);
/external/clang/lib/Parse/
DParser.cpp1323 Parser::TryAnnotateName(bool IsAddressOfOperand, in TryAnnotateName() argument
1364 IsAddressOfOperand, SS.isEmpty() ? CCC : nullptr); in TryAnnotateName()
DParseExpr.cpp817 Validator.IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()
/external/clang/include/clang/AST/
DExprCXX.h2310 bool IsAddressOfOperand; member
2331 Result.IsAddressOfOperand = true; in find()
2335 Result.IsAddressOfOperand = false; in find()
/external/clang/lib/Sema/
DSemaExpr.cpp1998 bool IsAddressOfOperand, in ActOnIdExpression() argument
2001 assert(!(IsAddressOfOperand && HasTrailingLParen) && in ActOnIdExpression()
2043 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression()
2062 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression()
2071 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression()
2113 DefaultValidator.IsAddressOfOperand = IsAddressOfOperand; in ActOnIdExpression()
2114 assert((!CCC || CCC->IsAddressOfOperand == IsAddressOfOperand) && in ActOnIdExpression()
2165 if (!IsAddressOfOperand) in ActOnIdExpression()
2207 bool IsAddressOfOperand, in BuildQualifiedDeclarationNameExpr() argument
2272 if (!R.empty() && (*R.begin())->isCXXClassMember() && !IsAddressOfOperand) in BuildQualifiedDeclarationNameExpr()
DTreeTransform.h609 bool IsAddressOfOperand,
613 ParenExpr *PE, DependentScopeDeclRefExpr *DRE, bool IsAddressOfOperand,
2341 bool IsAddressOfOperand, in RebuildDependentScopeDeclRefExpr() argument
2351 SS, NameInfo, IsAddressOfOperand, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
8468 bool IsAddressOfOperand, in TransformDependentScopeDeclRefExpr() argument
8496 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr()
8506 QualifierLoc, TemplateKWLoc, NameInfo, &TransArgs, IsAddressOfOperand, in TransformDependentScopeDeclRefExpr()
DSemaTemplateDeduction.cpp3019 if (!R.IsAddressOfOperand) return Fn->getType(); in GetTypeOfFunction()
3040 if (R.IsAddressOfOperand) in ResolveOverloadForDeduction()
DSemaLookup.cpp4473 if (IsAddressOfOperand && HasNonStaticMethod && !HasStaticMethod && in ValidateCandidate()
DSemaDecl.cpp687 bool IsAddressOfOperand, in ClassifyName() argument
844 NameInfo, IsAddressOfOperand, in ClassifyName()
/external/clang/include/clang/Parse/
DParser.h593 AnnotatedNameKind TryAnnotateName(bool IsAddressOfOperand,