Home
last modified time | relevance | path

Searched refs:getCurrentThisType (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1099 QualType ThisCaptureType = getCurrentThisType(); in ActOnLambdaExpressionAfterIntroducer()
1298 (getCurrentThisType().isNull() || in ActOnLambdaClosureQualifiers()
1856 QualType ThisTy = getCurrentThisType(); in BuildCaptureInit()
1921 ? getCurrentThisType()->getPointeeType() in CaptureHasSideEffects()
H A DSemaStmtAsm.cpp833 if (const Type *PT = getCurrentThisType().getTypePtrOrNull()) in LookupInlineAsmField()
H A DSemaExprMember.cpp1931 QualType ThisTy = getCurrentThisType(); in BuildImplicitMemberExpr()
H A DSemaExprCXX.cpp1226 QualType Sema::getCurrentThisType() { in getCurrentThisType() function in Sema
1396 QualType ThisTy = getCurrentThisType(); in CheckCXXThisCapture()
1415 QualType ThisTy = getCurrentThisType(); in ActOnCXXThis()
H A DSemaCodeComplete.cpp1726 auto ThisType = Results.getSema().getCurrentThisType(); in CodeCompletionDeclConsumer()
2044 QualType ThisTy = S.getCurrentThisType(); in addThisCompletion()
4454 auto ThisType = getCurrentThisType(); in CodeCompleteOrdinaryName()
H A DSemaOpenMP.cpp2479 if (getCurrentThisType().isNull()) in isOpenMPCapturedDecl()
2481 Expr *ThisExpr = BuildCXXThisExpr(SourceLocation(), getCurrentThisType(), in isOpenMPCapturedDecl()
4762 QualType ThisTy = getCurrentThisType(); in tryCaptureOpenMPLambdas()
5417 (S.getCurrentThisType().isNull() || !ME || in getPrivateItem()
5425 ? (S.getCurrentThisType().isNull() ? 1 : 2) in getPrivateItem()
5434 << (S.getCurrentThisType().isNull() ? 0 : 1) << ERange; in getPrivateItem()
H A DSemaDeclCXX.cpp15079 ObjectType = getCurrentThisType(); in DefineImplicitCopyAssignment()
15456 ObjectType = getCurrentThisType(); in DefineImplicitMoveAssignment()
H A DSemaOverload.cpp6314 QualType T = Base ? Base->getType() : S.getCurrentThisType(); in GetExplicitObjectType()
H A DTreeTransform.h12397 : getSema().getCurrentThisType(); in TransformCXXThisExpr()
H A DSemaExpr.cpp2650 QualType ThisType = S.getCurrentThisType(); in recoverFromMSUnqualifiedLookup()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6784 QualType getCurrentThisType();