Searched refs:getCurrentThisType (Results 1 – 11 of 11) sorted by relevance
1099 QualType ThisCaptureType = getCurrentThisType(); in ActOnLambdaExpressionAfterIntroducer()1298 (getCurrentThisType().isNull() || in ActOnLambdaClosureQualifiers()1856 QualType ThisTy = getCurrentThisType(); in BuildCaptureInit()1921 ? getCurrentThisType()->getPointeeType() in CaptureHasSideEffects()
833 if (const Type *PT = getCurrentThisType().getTypePtrOrNull()) in LookupInlineAsmField()
1931 QualType ThisTy = getCurrentThisType(); in BuildImplicitMemberExpr()
1226 QualType Sema::getCurrentThisType() { in getCurrentThisType() function in Sema1396 QualType ThisTy = getCurrentThisType(); in CheckCXXThisCapture()1415 QualType ThisTy = getCurrentThisType(); in ActOnCXXThis()
1726 auto ThisType = Results.getSema().getCurrentThisType(); in CodeCompletionDeclConsumer()2044 QualType ThisTy = S.getCurrentThisType(); in addThisCompletion()4454 auto ThisType = getCurrentThisType(); in CodeCompleteOrdinaryName()
2479 if (getCurrentThisType().isNull()) in isOpenMPCapturedDecl()2481 Expr *ThisExpr = BuildCXXThisExpr(SourceLocation(), getCurrentThisType(), in isOpenMPCapturedDecl()4762 QualType ThisTy = getCurrentThisType(); in tryCaptureOpenMPLambdas()5417 (S.getCurrentThisType().isNull() || !ME || in getPrivateItem()5425 ? (S.getCurrentThisType().isNull() ? 1 : 2) in getPrivateItem()5434 << (S.getCurrentThisType().isNull() ? 0 : 1) << ERange; in getPrivateItem()
15079 ObjectType = getCurrentThisType(); in DefineImplicitCopyAssignment()15456 ObjectType = getCurrentThisType(); in DefineImplicitMoveAssignment()
6314 QualType T = Base ? Base->getType() : S.getCurrentThisType(); in GetExplicitObjectType()
12397 : getSema().getCurrentThisType(); in TransformCXXThisExpr()
2650 QualType ThisType = S.getCurrentThisType(); in recoverFromMSUnqualifiedLookup()
6784 QualType getCurrentThisType();