Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1152 QualType ThisCaptureType = getCurrentThisType(); in ActOnLambdaExpressionAfterIntroducer()
1354 (getCurrentThisType().isNull() || in ActOnLambdaClosureQualifiers()
1914 QualType ThisTy = getCurrentThisType(); in BuildCaptureInit()
1979 ? getCurrentThisType()->getPointeeType() in CaptureHasSideEffects()
H A DSemaStmtAsm.cpp833 if (const Type *PT = getCurrentThisType().getTypePtrOrNull()) in LookupInlineAsmField()
H A DSemaExprMember.cpp1917 QualType ThisTy = getCurrentThisType(); in BuildImplicitMemberExpr()
H A DSemaExprCXX.cpp1223 QualType Sema::getCurrentThisType() { in getCurrentThisType() function in Sema
1393 QualType ThisTy = getCurrentThisType(); in CheckCXXThisCapture()
1413 QualType ThisTy = getCurrentThisType(); in ActOnCXXThis()
H A DSemaCodeComplete.cpp1733 auto ThisType = Results.getSema().getCurrentThisType(); in CodeCompletionDeclConsumer()
2052 QualType ThisTy = S.getCurrentThisType(); in addThisCompletion()
4461 auto ThisType = SemaRef.getCurrentThisType(); in CodeCompleteOrdinaryName()
H A DSemaOpenMP.cpp2486 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()
H A DSemaDeclCXX.cpp14953 ObjectType = getCurrentThisType(); in DefineImplicitCopyAssignment()
15332 ObjectType = getCurrentThisType(); in DefineImplicitMoveAssignment()
H A DTreeTransform.h13259 return S.getCurrentThisType(); in TransformCXXThisExpr()
13262 return S.getCurrentThisType(); in TransformCXXThisExpr()
H A DSemaTemplate.cpp735 QualType ThisType = getCurrentThisType(); in ActOnDependentIdExpression()
H A DSemaOverload.cpp6339 QualType T = Base ? Base->getType() : S.getCurrentThisType(); in GetExplicitObjectType()
H A DSemaExpr.cpp2615 QualType ThisType = S.getCurrentThisType(); in recoverFromMSUnqualifiedLookup()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8048 QualType getCurrentThisType();