Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLambda.cpp1029 (getCurrentThisType().isNull() || in ActOnStartOfLambdaDefinition()
1072 QualType ThisCaptureType = getCurrentThisType(); in ActOnStartOfLambdaDefinition()
1600 QualType ThisTy = getCurrentThisType(); in BuildCaptureInit()
1666 ? getCurrentThisType()->getPointeeType() in CaptureHasSideEffects()
H A DSemaStmtAsm.cpp825 if (const Type *PT = getCurrentThisType().getTypePtrOrNull()) in LookupInlineAsmField()
H A DSemaExprMember.cpp1897 QualType ThisTy = getCurrentThisType(); in BuildImplicitMemberExpr()
H A DSemaExprCXX.cpp1188 QualType Sema::getCurrentThisType() { in getCurrentThisType() function in Sema
1355 QualType ThisTy = getCurrentThisType(); in CheckCXXThisCapture()
1383 QualType ThisTy = getCurrentThisType(); in ActOnCXXThis()
H A DSemaCodeComplete.cpp1637 auto ThisType = Results.getSema().getCurrentThisType(); in CodeCompletionDeclConsumer()
1953 QualType ThisTy = S.getCurrentThisType(); in addThisCompletion()
4339 auto ThisType = getCurrentThisType(); in CodeCompleteOrdinaryName()
H A DSemaOpenMP.cpp2424 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()
H A DSemaDeclCXX.cpp14615 MemberBuilder To(This, getCurrentThisType(), /*IsArrow=*/true, MemberLookup); in DefineImplicitCopyAssignment()
14979 MemberBuilder To(This, getCurrentThisType(), in DefineImplicitMoveAssignment()
H A DTreeTransform.h11992 QualType T = getSema().getCurrentThisType(); in TransformCXXThisExpr()
H A DSemaExpr.cpp2451 QualType ThisType = S.getCurrentThisType(); in recoverFromMSUnqualifiedLookup()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h6477 QualType getCurrentThisType();