Searched refs:IsAddressOfOperand (Results 1 – 11 of 11) sorted by relevance
/external/clang/include/clang/Sema/ |
D | TypoCorrection.h | 254 IsAddressOfOperand(false) {} in CorrectionCandidateCallback() 290 bool IsAddressOfOperand; variable
|
D | Sema.h | 1547 bool IsAddressOfOperand, 3361 bool HasTrailingLParen, bool IsAddressOfOperand, 3420 bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI = nullptr);
|
/external/clang/lib/Parse/ |
D | Parser.cpp | 1323 Parser::TryAnnotateName(bool IsAddressOfOperand, in TryAnnotateName() argument 1364 IsAddressOfOperand, SS.isEmpty() ? CCC : nullptr); in TryAnnotateName()
|
D | ParseExpr.cpp | 817 Validator.IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 2310 bool IsAddressOfOperand; member 2331 Result.IsAddressOfOperand = true; in find() 2335 Result.IsAddressOfOperand = false; in find()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 1998 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()
|
D | TreeTransform.h | 609 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()
|
D | SemaTemplateDeduction.cpp | 3019 if (!R.IsAddressOfOperand) return Fn->getType(); in GetTypeOfFunction() 3040 if (R.IsAddressOfOperand) in ResolveOverloadForDeduction()
|
D | SemaLookup.cpp | 4473 if (IsAddressOfOperand && HasNonStaticMethod && !HasStaticMethod && in ValidateCandidate()
|
D | SemaDecl.cpp | 687 bool IsAddressOfOperand, in ClassifyName() argument 844 NameInfo, IsAddressOfOperand, in ClassifyName()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 593 AnnotatedNameKind TryAnnotateName(bool IsAddressOfOperand,
|