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.cpp1178 QualType ThisCaptureType = getCurrentThisType(); in ActOnLambdaExpressionAfterIntroducer()
1381 (getCurrentThisType().isNull() || in ActOnLambdaClosureQualifiers()
1938 QualType ThisTy = getCurrentThisType(); in BuildCaptureInit()
2008 ? getCurrentThisType()->getPointeeType() in CaptureHasSideEffects()
H A DSemaStmtAsm.cpp873 if (const Type *PT = getCurrentThisType().getTypePtrOrNull()) in LookupInlineAsmField()
H A DSemaExprMember.cpp1860 QualType ThisTy = getCurrentThisType(); in BuildImplicitMemberExpr()
H A DSemaExprCXX.cpp1205 QualType Sema::getCurrentThisType() { in getCurrentThisType() function in Sema
1375 QualType ThisTy = getCurrentThisType(); in CheckCXXThisCapture()
1395 QualType ThisTy = getCurrentThisType(); in ActOnCXXThis()
H A DSemaCodeComplete.cpp1735 auto ThisType = Results.getSema().getCurrentThisType(); in CodeCompletionDeclConsumer()
2063 QualType ThisTy = S.getCurrentThisType(); in addThisCompletion()
4624 auto ThisType = SemaRef.getCurrentThisType(); in CodeCompleteOrdinaryName()
H A DSemaOpenMP.cpp2462 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()
H A DTreeTransform.h14377 return S.getCurrentThisType(); in TransformCXXThisExpr()
14380 return S.getCurrentThisType(); in TransformCXXThisExpr()
H A DSemaDeclCXX.cpp15242 ObjectType = getCurrentThisType(); in DefineImplicitCopyAssignment()
15622 ObjectType = getCurrentThisType(); in DefineImplicitMoveAssignment()
H A DSemaTemplate.cpp736 QualType ThisType = getCurrentThisType(); in ActOnDependentIdExpression()
H A DSemaOverload.cpp6596 QualType T = Base ? Base->getType() : S.getCurrentThisType(); in GetExplicitObjectType()
H A DSemaExpr.cpp2684 QualType ThisType = S.getCurrentThisType(); in recoverFromMSUnqualifiedLookup()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8374 QualType getCurrentThisType();