Searched refs:getCurrentThisType (Results 1 – 19 of 19) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaLambda.cpp | 1023 (getCurrentThisType().isNull() || in ActOnStartOfLambdaDefinition() 1066 QualType ThisCaptureType = getCurrentThisType(); in ActOnStartOfLambdaDefinition() 1591 QualType ThisTy = getCurrentThisType(); in BuildCaptureInit() 1657 ? getCurrentThisType()->getPointeeType() in CaptureHasSideEffects()
|
D | SemaStmtAsm.cpp | 800 if (const Type *PT = getCurrentThisType().getTypePtrOrNull()) in LookupInlineAsmField()
|
D | SemaExprMember.cpp | 1865 QualType ThisTy = getCurrentThisType(); in BuildImplicitMemberExpr()
|
D | SemaExprCXX.cpp | 1169 QualType Sema::getCurrentThisType() { in getCurrentThisType() function in Sema 1322 QualType ThisTy = getCurrentThisType(); in CheckCXXThisCapture() 1350 QualType ThisTy = getCurrentThisType(); in ActOnCXXThis()
|
D | SemaCodeComplete.cpp | 1603 auto ThisType = Results.getSema().getCurrentThisType(); in CodeCompletionDeclConsumer() 1918 QualType ThisTy = S.getCurrentThisType(); in addThisCompletion() 4163 auto ThisType = getCurrentThisType(); in CodeCompleteOrdinaryName()
|
D | SemaOpenMP.cpp | 4295 QualType ThisTy = getCurrentThisType(); in tryCaptureOpenMPLambdas() 4882 (S.getCurrentThisType().isNull() || !ME || in getPrivateItem() 4893 << (S.getCurrentThisType().isNull() ? 0 : 1) << ERange; in getPrivateItem()
|
D | SemaDeclCXX.cpp | 14154 MemberBuilder To(This, getCurrentThisType(), /*IsArrow=*/true, MemberLookup); in DefineImplicitCopyAssignment() 14522 MemberBuilder To(This, getCurrentThisType(), in DefineImplicitMoveAssignment()
|
D | TreeTransform.h | 11394 QualType T = getSema().getCurrentThisType(); in TransformCXXThisExpr()
|
D | SemaExpr.cpp | 2386 QualType ThisType = S.getCurrentThisType(); in recoverFromMSUnqualifiedLookup()
|
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 909 (getCurrentThisType().isNull() || in ActOnStartOfLambdaDefinition() 954 QualType ThisCaptureType = getCurrentThisType(); in ActOnStartOfLambdaDefinition()
|
D | SemaExprMember.cpp | 837 QualType ThisTy = getCurrentThisType(); in BuildAnonymousStructUnionMemberReference() 1849 QualType ThisTy = getCurrentThisType(); in BuildImplicitMemberExpr()
|
D | SemaExprCXX.cpp | 961 QualType Sema::getCurrentThisType() { in getCurrentThisType() function in Sema 1163 QualType ThisTy = getCurrentThisType(); in CheckCXXThisCapture() 1193 QualType ThisTy = getCurrentThisType(); in ActOnCXXThis()
|
D | SemaOpenMP.cpp | 8183 (S.getCurrentThisType().isNull() || !ME || in getPrivateItem() 8194 << (S.getCurrentThisType().isNull() ? 0 : 1) << ERange; in getPrivateItem()
|
D | SemaDeclCXX.cpp | 10431 MemberBuilder To(This, getCurrentThisType(), /*IsArrow=*/true, MemberLookup); in DefineImplicitCopyAssignment() 10862 MemberBuilder To(This, getCurrentThisType(), in DefineImplicitMoveAssignment()
|
D | SemaCodeComplete.cpp | 1515 QualType ThisTy = S.getCurrentThisType(); in addThisCompletion()
|
D | TreeTransform.h | 9348 QualType T = getSema().getCurrentThisType(); in TransformCXXThisExpr()
|
D | SemaExpr.cpp | 2072 QualType ThisType = S.getCurrentThisType(); in recoverFromMSUnqualifiedLookup()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4685 QualType getCurrentThisType();
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 5973 QualType getCurrentThisType();
|