Searched refs:getCurrentThisType (Results 1 – 10 of 10) sorted by relevance
1026 (getCurrentThisType().isNull() || in ActOnStartOfLambdaDefinition()1069 QualType ThisCaptureType = getCurrentThisType(); in ActOnStartOfLambdaDefinition()1594 QualType ThisTy = getCurrentThisType(); in BuildCaptureInit()1660 ? getCurrentThisType()->getPointeeType() in CaptureHasSideEffects()
815 if (const Type *PT = getCurrentThisType().getTypePtrOrNull()) in LookupInlineAsmField()
1864 QualType ThisTy = getCurrentThisType(); in BuildImplicitMemberExpr()
1169 QualType Sema::getCurrentThisType() { in getCurrentThisType() function in Sema1336 QualType ThisTy = getCurrentThisType(); in CheckCXXThisCapture()1364 QualType ThisTy = getCurrentThisType(); in ActOnCXXThis()
1632 auto ThisType = Results.getSema().getCurrentThisType(); in CodeCompletionDeclConsumer()1947 QualType ThisTy = S.getCurrentThisType(); in addThisCompletion()4217 auto ThisType = getCurrentThisType(); in CodeCompleteOrdinaryName()
4412 QualType ThisTy = getCurrentThisType(); in tryCaptureOpenMPLambdas()5016 (S.getCurrentThisType().isNull() || !ME || in getPrivateItem()5027 << (S.getCurrentThisType().isNull() ? 0 : 1) << ERange; in getPrivateItem()
14220 MemberBuilder To(This, getCurrentThisType(), /*IsArrow=*/true, MemberLookup); in DefineImplicitCopyAssignment()14588 MemberBuilder To(This, getCurrentThisType(), in DefineImplicitMoveAssignment()
11632 QualType T = getSema().getCurrentThisType(); in TransformCXXThisExpr()
2383 QualType ThisType = S.getCurrentThisType(); in recoverFromMSUnqualifiedLookup()
6120 QualType getCurrentThisType();