Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLambda.cpp952 (getCurrentThisType().isNull() || in ActOnStartOfLambdaDefinition()
990 QualType ThisCaptureType = getCurrentThisType(); in ActOnStartOfLambdaDefinition()
1423 getCurrentThisType(), in ActOnLambdaExpr()
DSemaExprMember.cpp812 QualType ThisTy = getCurrentThisType(); in BuildAnonymousStructUnionMemberReference()
1745 QualType ThisTy = getCurrentThisType(); in BuildImplicitMemberExpr()
DSemaExprCXX.cpp835 QualType Sema::getCurrentThisType() { in getCurrentThisType() function in Sema
949 QualType ThisTy = getCurrentThisType(); in CheckCXXThisCapture()
968 QualType ThisTy = getCurrentThisType(); in ActOnCXXThis()
DSemaDeclCXX.cpp10265 MemberBuilder To(This, getCurrentThisType(), /*IsArrow=*/true, MemberLookup); in DefineImplicitCopyAssignment()
10693 MemberBuilder To(This, getCurrentThisType(), in DefineImplicitMoveAssignment()
DSemaCodeComplete.cpp1499 QualType ThisTy = S.getCurrentThisType(); in addThisCompletion()
DTreeTransform.h8370 QualType T = getSema().getCurrentThisType(); in TransformCXXThisExpr()
DSemaDecl.cpp10335 S.getCurrentThisType(), /*Expr*/ nullptr); in RebuildLambdaScopeInfo()
DSemaExpr.cpp2011 QualType ThisType = S.getCurrentThisType(); in recoverFromMSUnqualifiedLookup()
/external/clang/include/clang/Sema/
DSema.h4322 QualType getCurrentThisType();