Searched refs:getCurrentThisType (Results 1 – 12 of 12) sorted by relevance
1178 QualType ThisCaptureType = getCurrentThisType(); in ActOnLambdaExpressionAfterIntroducer()1381 (getCurrentThisType().isNull() || in ActOnLambdaClosureQualifiers()1938 QualType ThisTy = getCurrentThisType(); in BuildCaptureInit()2008 ? getCurrentThisType()->getPointeeType() in CaptureHasSideEffects()
873 if (const Type *PT = getCurrentThisType().getTypePtrOrNull()) in LookupInlineAsmField()
1860 QualType ThisTy = getCurrentThisType(); in BuildImplicitMemberExpr()
1205 QualType Sema::getCurrentThisType() { in getCurrentThisType() function in Sema1375 QualType ThisTy = getCurrentThisType(); in CheckCXXThisCapture()1395 QualType ThisTy = getCurrentThisType(); in ActOnCXXThis()
1735 auto ThisType = Results.getSema().getCurrentThisType(); in CodeCompletionDeclConsumer()2063 QualType ThisTy = S.getCurrentThisType(); in addThisCompletion()4624 auto ThisType = SemaRef.getCurrentThisType(); in CodeCompleteOrdinaryName()
2462 if (SemaRef.getCurrentThisType().isNull()) in isOpenMPCapturedDecl()2465 SemaRef.getCurrentThisType(), in isOpenMPCapturedDecl()4550 QualType ThisTy = SemaRef.getCurrentThisType(); in tryCaptureOpenMPLambdas()5194 (S.getCurrentThisType().isNull() || !ME || in getPrivateItem()5202 ? (S.getCurrentThisType().isNull() ? 1 : 2) in getPrivateItem()5211 << (S.getCurrentThisType().isNull() ? 0 : 1) << ERange; in getPrivateItem()
14377 return S.getCurrentThisType(); in TransformCXXThisExpr()14380 return S.getCurrentThisType(); in TransformCXXThisExpr()
15242 ObjectType = getCurrentThisType(); in DefineImplicitCopyAssignment()15622 ObjectType = getCurrentThisType(); in DefineImplicitMoveAssignment()
736 QualType ThisType = getCurrentThisType(); in ActOnDependentIdExpression()
6596 QualType T = Base ? Base->getType() : S.getCurrentThisType(); in GetExplicitObjectType()
2684 QualType ThisType = S.getCurrentThisType(); in recoverFromMSUnqualifiedLookup()
8374 QualType getCurrentThisType();