Searched refs:getCurrentThisType (Results 1 – 10 of 10) sorted by relevance
1060 (getCurrentThisType().isNull() || in ActOnStartOfLambdaDefinition()1103 QualType ThisCaptureType = getCurrentThisType(); in ActOnStartOfLambdaDefinition()1642 QualType ThisTy = getCurrentThisType(); in BuildCaptureInit()1708 ? getCurrentThisType()->getPointeeType() in CaptureHasSideEffects()
831 if (const Type *PT = getCurrentThisType().getTypePtrOrNull()) in LookupInlineAsmField()
1888 QualType ThisTy = getCurrentThisType(); in BuildImplicitMemberExpr()
1191 QualType Sema::getCurrentThisType() { in getCurrentThisType() function in Sema1358 QualType ThisTy = getCurrentThisType(); in CheckCXXThisCapture()1386 QualType ThisTy = getCurrentThisType(); in ActOnCXXThis()
1667 auto ThisType = Results.getSema().getCurrentThisType(); in CodeCompletionDeclConsumer()1983 QualType ThisTy = S.getCurrentThisType(); in addThisCompletion()4374 auto ThisType = getCurrentThisType(); in CodeCompleteOrdinaryName()
2456 if (getCurrentThisType().isNull()) in isOpenMPCapturedDecl()2458 Expr *ThisExpr = BuildCXXThisExpr(SourceLocation(), getCurrentThisType(), in isOpenMPCapturedDecl()4747 QualType ThisTy = getCurrentThisType(); in tryCaptureOpenMPLambdas()5387 (S.getCurrentThisType().isNull() || !ME || in getPrivateItem()5395 ? (S.getCurrentThisType().isNull() ? 1 : 2) in getPrivateItem()5404 << (S.getCurrentThisType().isNull() ? 0 : 1) << ERange; in getPrivateItem()
14722 MemberBuilder To(This, getCurrentThisType(), /*IsArrow=*/!LangOpts.HLSL, in DefineImplicitCopyAssignment()15095 MemberBuilder To(This, getCurrentThisType(), in DefineImplicitMoveAssignment()
12158 QualType T = getSema().getCurrentThisType(); in TransformCXXThisExpr()
2450 QualType ThisType = S.getCurrentThisType(); in recoverFromMSUnqualifiedLookup()
6632 QualType getCurrentThisType();