Lines Matching refs:getDecl
37 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl()); in GetAddrOfThunk()
66 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl()); in setThunkProperties()
147 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl()); in GenerateVarArgsThunk()
210 assert(!CurGD.getDecl() && "CurGD was already set!"); in StartThunk()
215 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl()); in StartThunk()
256 assert(isa<CXXMethodDecl>(CurGD.getDecl()) && in EmitCallAndReturnForThunk()
258 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CurGD.getDecl()); in EmitCallAndReturnForThunk()
465 CGM.SetLLVMFunctionAttributesForDefinition(GD.getDecl(), ThunkFn); in emitThunk()
496 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl()); in maybeEmitThunkForVTable()
507 cast<CXXMethodDecl>(GD.getDecl())->getCanonicalDecl(); in EmitThunks()
586 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl()); in CreateVTableInitializer()
600 if (cast<CXXMethodDecl>(GD.getDecl())->isPure()) { in CreateVTableInitializer()
613 } else if (cast<CXXMethodDecl>(GD.getDecl())->isDeleted()) { in CreateVTableInitializer()