/llvm-project/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 522 QualType ThisTy = D->getFunctionObjectParameterType(); in Emit() local 1469 QualType ThisTy = Dtor->getFunctionObjectParameterType(); in EmitDestructorBody() local 1503 QualType ThisTy = Dtor->getFunctionObjectParameterType(); in EmitDestructorBody() local 2473 QualType ThisTy = Dtor->getFunctionObjectParameterType(); Emit() local 2514 EmitCXXDestructorCall(const CXXDestructorDecl * DD,CXXDtorType Type,bool ForVirtualBase,bool Delegating,Address This,QualType ThisTy) EmitCXXDestructorCall() argument [all...] |
H A D | CGExprCXX.cpp | 102 GlobalDecl Dtor, const CGCallee &Callee, llvm::Value *This, QualType ThisTy, in EmitCXXDestructorCall() argument 392 QualType ThisTy = EmitCXXMemberOrOperatorMemberCallExpr() local
|
H A D | ItaniumCXXABI.cpp | 1793 EmitDestructorCall(CodeGenFunction & CGF,const CXXDestructorDecl * DD,CXXDtorType Type,bool ForVirtualBase,bool Delegating,Address This,QualType ThisTy) EmitDestructorCall() argument 2102 QualType ThisTy; EmitVirtualDestructorCall() local
|
H A D | MicrosoftCXXABI.cpp | 1660 EmitDestructorCall(CodeGenFunction & CGF,const CXXDestructorDecl * DD,CXXDtorType Type,bool ForVirtualBase,bool Delegating,Address This,QualType ThisTy) EmitDestructorCall() argument 2024 QualType ThisTy; EmitVirtualDestructorCall() local
|
H A D | CodeGenFunction.cpp | 1258 QualType ThisTy = MD->getThisType(); StartFunction() local
|
H A D | CGCall.cpp | 2668 QualType ThisTy = ConstructAttributeList() local
|
H A D | CGExpr.cpp | 4697 auto *ThisTy = D->getType().getNonReferenceType()->getAsCXXRecordDecl(); EmitLValueForLambdaField() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 1116 adjustCVQualifiersForCXXThisWithinLambda(ArrayRef<FunctionScopeInfo * > FunctionScopes,QualType ThisTy,DeclContext * CurSemaContext,ASTContext & ASTCtx) adjustCVQualifiersForCXXThisWithinLambda() argument 1225 QualType ThisTy = CXXThisTypeOverride; getCurrentThisType() local 1393 QualType ThisTy = getCurrentThisType(); CheckCXXThisCapture() local 1413 QualType ThisTy = getCurrentThisType(); ActOnCXXThis() local [all...] |
H A D | SemaExprMember.cpp | 1919 QualType ThisTy = getCurrentThisType(); BuildImplicitMemberExpr() local
|
H A D | SemaLambda.cpp | 1913 QualType ThisTy = getCurrentThisType(); BuildCaptureInit() local
|
H A D | SemaLookup.cpp | 3418 QualType ThisTy = CanTy; LookupSpecialMember() local
|
H A D | SemaCodeComplete.cpp | 2052 QualType ThisTy = S.getCurrentThisType(); addThisCompletion() local
|
H A D | SemaOpenMP.cpp | 4550 QualType ThisTy = SemaRef.getCurrentThisType(); tryCaptureOpenMPLambdas() local
|