Searched refs:getCurrentThisType (Results 1 – 10 of 10) sorted by relevance
951 (getCurrentThisType().isNull() || in ActOnStartOfLambdaDefinition()994 QualType ThisCaptureType = getCurrentThisType(); in ActOnStartOfLambdaDefinition()1469 ? getCurrentThisType()->getPointeeType() in CaptureHasSideEffects()
739 if (const Type *PT = getCurrentThisType().getTypePtrOrNull()) in LookupInlineAsmField()
1828 QualType ThisTy = getCurrentThisType(); in BuildImplicitMemberExpr()
1061 QualType Sema::getCurrentThisType() { in getCurrentThisType() function in Sema1258 QualType ThisTy = getCurrentThisType(); in CheckCXXThisCapture()1288 QualType ThisTy = getCurrentThisType(); in ActOnCXXThis()
1304 auto ThisType = Results.getSema().getCurrentThisType(); in CodeCompletionDeclConsumer()1608 QualType ThisTy = S.getCurrentThisType(); in addThisCompletion()3742 auto ThisType = getCurrentThisType(); in CodeCompleteOrdinaryName()
1625 QualType ThisTy = getCurrentThisType(); in isOpenMPCapturedDecl()9792 (S.getCurrentThisType().isNull() || !ME || in getPrivateItem()9803 << (S.getCurrentThisType().isNull() ? 0 : 1) << ERange; in getPrivateItem()
12079 MemberBuilder To(This, getCurrentThisType(), /*IsArrow=*/true, MemberLookup); in DefineImplicitCopyAssignment()12442 MemberBuilder To(This, getCurrentThisType(), in DefineImplicitMoveAssignment()
10166 QualType T = getSema().getCurrentThisType(); in TransformCXXThisExpr()
2032 QualType ThisType = S.getCurrentThisType(); in recoverFromMSUnqualifiedLookup()
5105 QualType getCurrentThisType();