Lines Matching refs:cast
37 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl());
66 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl());
147 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl());
155 llvm::Function *BaseFn = cast<llvm::Function>(Callee);
215 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl());
258 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CurGD.getDecl());
421 Entry = cast<llvm::GlobalValue>(CE->getOperand(0));
423 Entry = cast<llvm::GlobalValue>(C);
438 Entry = cast<llvm::GlobalValue>(CGM.GetAddrOfThunk(GD, Thunk));
451 llvm::Function *ThunkFn = cast<llvm::Function>(Entry);
496 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl());
507 cast<CXXMethodDecl>(GD.getDecl())->getCanonicalDecl();
586 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl());
600 if (cast<CXXMethodDecl>(GD.getDecl())->isPure()) {
613 } else if (cast<CXXMethodDecl>(GD.getDecl())->isDeleted()) {
678 cast<ItaniumMangleContext>(CGM.getCXXABI().getMangleContext())
739 keyFunction = cast<CXXMethodDecl>(def);
925 auto *D = cast<Decl>(DC);