Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp1026 (getCurrentThisType().isNull() || in ActOnStartOfLambdaDefinition()
1069 QualType ThisCaptureType = getCurrentThisType(); in ActOnStartOfLambdaDefinition()
1594 QualType ThisTy = getCurrentThisType(); in BuildCaptureInit()
1660 ? getCurrentThisType()->getPointeeType() in CaptureHasSideEffects()
H A DSemaStmtAsm.cpp815 if (const Type *PT = getCurrentThisType().getTypePtrOrNull()) in LookupInlineAsmField()
H A DSemaExprMember.cpp1864 QualType ThisTy = getCurrentThisType(); in BuildImplicitMemberExpr()
H A DSemaExprCXX.cpp1169 QualType Sema::getCurrentThisType() { in getCurrentThisType() function in Sema
1336 QualType ThisTy = getCurrentThisType(); in CheckCXXThisCapture()
1364 QualType ThisTy = getCurrentThisType(); in ActOnCXXThis()
H A DSemaCodeComplete.cpp1632 auto ThisType = Results.getSema().getCurrentThisType(); in CodeCompletionDeclConsumer()
1947 QualType ThisTy = S.getCurrentThisType(); in addThisCompletion()
4217 auto ThisType = getCurrentThisType(); in CodeCompleteOrdinaryName()
H A DSemaOpenMP.cpp4412 QualType ThisTy = getCurrentThisType(); in tryCaptureOpenMPLambdas()
5016 (S.getCurrentThisType().isNull() || !ME || in getPrivateItem()
5027 << (S.getCurrentThisType().isNull() ? 0 : 1) << ERange; in getPrivateItem()
H A DSemaDeclCXX.cpp14220 MemberBuilder To(This, getCurrentThisType(), /*IsArrow=*/true, MemberLookup); in DefineImplicitCopyAssignment()
14588 MemberBuilder To(This, getCurrentThisType(), in DefineImplicitMoveAssignment()
H A DTreeTransform.h11632 QualType T = getSema().getCurrentThisType(); in TransformCXXThisExpr()
H A DSemaExpr.cpp2383 QualType ThisType = S.getCurrentThisType(); in recoverFromMSUnqualifiedLookup()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h6120 QualType getCurrentThisType();