Searched refs:getCurrentThisType (Results 1 – 12 of 12) sorted by relevance
1152 QualType ThisCaptureType = getCurrentThisType(); in ActOnLambdaExpressionAfterIntroducer()1354 (getCurrentThisType().isNull() || in ActOnLambdaClosureQualifiers()1914 QualType ThisTy = getCurrentThisType(); in BuildCaptureInit()1979 ? getCurrentThisType()->getPointeeType() in CaptureHasSideEffects()
833 if (const Type *PT = getCurrentThisType().getTypePtrOrNull()) in LookupInlineAsmField()
1917 QualType ThisTy = getCurrentThisType(); in BuildImplicitMemberExpr()
1223 QualType Sema::getCurrentThisType() { in getCurrentThisType() function in Sema1393 QualType ThisTy = getCurrentThisType(); in CheckCXXThisCapture()1413 QualType ThisTy = getCurrentThisType(); in ActOnCXXThis()
1733 auto ThisType = Results.getSema().getCurrentThisType(); in CodeCompletionDeclConsumer()2052 QualType ThisTy = S.getCurrentThisType(); in addThisCompletion()4461 auto ThisType = SemaRef.getCurrentThisType(); in CodeCompleteOrdinaryName()
2486 if (SemaRef.getCurrentThisType().isNull()) in isOpenMPCapturedDecl()2489 SemaRef.getCurrentThisType(), in isOpenMPCapturedDecl()4553 QualType ThisTy = SemaRef.getCurrentThisType(); in tryCaptureOpenMPLambdas()5191 (S.getCurrentThisType().isNull() || !ME || in getPrivateItem()5199 ? (S.getCurrentThisType().isNull() ? 1 : 2) in getPrivateItem()5208 << (S.getCurrentThisType().isNull() ? 0 : 1) << ERange; in getPrivateItem()
14953 ObjectType = getCurrentThisType(); in DefineImplicitCopyAssignment() 15332 ObjectType = getCurrentThisType(); in DefineImplicitMoveAssignment()
13259 return S.getCurrentThisType(); in TransformCXXThisExpr()13262 return S.getCurrentThisType(); in TransformCXXThisExpr()
735 QualType ThisType = getCurrentThisType(); in ActOnDependentIdExpression()
6339 QualType T = Base ? Base->getType() : S.getCurrentThisType(); in GetExplicitObjectType()
2615 QualType ThisType = S.getCurrentThisType(); in recoverFromMSUnqualifiedLookup()
8048 QualType getCurrentThisType();