Searched refs:getCurrentThisType (Results 1 – 10 of 10) sorted by relevance
1030 (getCurrentThisType().isNull() || in ActOnStartOfLambdaDefinition()1073 QualType ThisCaptureType = getCurrentThisType(); in ActOnStartOfLambdaDefinition()1598 QualType ThisTy = getCurrentThisType(); in BuildCaptureInit()1664 ? getCurrentThisType()->getPointeeType() in CaptureHasSideEffects()
815 if (const Type *PT = getCurrentThisType().getTypePtrOrNull()) in LookupInlineAsmField()
1865 QualType ThisTy = getCurrentThisType(); in BuildImplicitMemberExpr()
1186 QualType Sema::getCurrentThisType() { in getCurrentThisType() function in Sema1353 QualType ThisTy = getCurrentThisType(); in CheckCXXThisCapture()1381 QualType ThisTy = getCurrentThisType(); in ActOnCXXThis()
1632 auto ThisType = Results.getSema().getCurrentThisType(); in CodeCompletionDeclConsumer()1947 QualType ThisTy = S.getCurrentThisType(); in addThisCompletion()4220 auto ThisType = getCurrentThisType(); in CodeCompleteOrdinaryName()
4418 QualType ThisTy = getCurrentThisType(); in tryCaptureOpenMPLambdas()5027 (S.getCurrentThisType().isNull() || !ME || in getPrivateItem()5038 << (S.getCurrentThisType().isNull() ? 0 : 1) << ERange; in getPrivateItem()
14413 MemberBuilder To(This, getCurrentThisType(), /*IsArrow=*/true, MemberLookup); in DefineImplicitCopyAssignment()14778 MemberBuilder To(This, getCurrentThisType(), in DefineImplicitMoveAssignment()
11711 QualType T = getSema().getCurrentThisType(); in TransformCXXThisExpr()
2393 QualType ThisType = S.getCurrentThisType(); in recoverFromMSUnqualifiedLookup()
6187 QualType getCurrentThisType();