Searched refs:getCurrentThisType (Results 1 – 10 of 10) sorted by relevance
1029 (getCurrentThisType().isNull() || in ActOnStartOfLambdaDefinition()1072 QualType ThisCaptureType = getCurrentThisType(); in ActOnStartOfLambdaDefinition()1600 QualType ThisTy = getCurrentThisType(); in BuildCaptureInit()1666 ? getCurrentThisType()->getPointeeType() in CaptureHasSideEffects()
825 if (const Type *PT = getCurrentThisType().getTypePtrOrNull()) in LookupInlineAsmField()
1897 QualType ThisTy = getCurrentThisType(); in BuildImplicitMemberExpr()
1188 QualType Sema::getCurrentThisType() { in getCurrentThisType() function in Sema1355 QualType ThisTy = getCurrentThisType(); in CheckCXXThisCapture()1383 QualType ThisTy = getCurrentThisType(); in ActOnCXXThis()
1637 auto ThisType = Results.getSema().getCurrentThisType(); in CodeCompletionDeclConsumer()1953 QualType ThisTy = S.getCurrentThisType(); in addThisCompletion()4339 auto ThisType = getCurrentThisType(); in CodeCompleteOrdinaryName()
2424 if (getCurrentThisType().isNull()) in isOpenMPCapturedDecl()2426 Expr *ThisExpr = BuildCXXThisExpr(SourceLocation(), getCurrentThisType(), in isOpenMPCapturedDecl()4691 QualType ThisTy = getCurrentThisType(); in tryCaptureOpenMPLambdas()5322 (S.getCurrentThisType().isNull() || !ME || in getPrivateItem()5333 << (S.getCurrentThisType().isNull() ? 0 : 1) << ERange; in getPrivateItem()
14615 MemberBuilder To(This, getCurrentThisType(), /*IsArrow=*/true, MemberLookup); in DefineImplicitCopyAssignment()14979 MemberBuilder To(This, getCurrentThisType(), in DefineImplicitMoveAssignment()
11992 QualType T = getSema().getCurrentThisType(); in TransformCXXThisExpr()
2451 QualType ThisType = S.getCurrentThisType(); in recoverFromMSUnqualifiedLookup()
6477 QualType getCurrentThisType();