Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CXXMethodDecl

41   const CXXMethodDecl *KeyFunction = CGM.getContext().getKeyFunction(RD);
63 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl());
120 static void setThunkVisibility(CodeGenModule &CGM, const CXXMethodDecl *MD,
240 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl());
306 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl());
454 CGM.setFunctionLinkage(cast<CXXMethodDecl>(GD.getDecl()), ThunkFn);
482 const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl());
492 const CXXMethodDecl *MD =
493 cast<CXXMethodDecl>(GD.getDecl())->getCanonicalDecl();
573 if (cast<CXXMethodDecl>(GD.getDecl())->isPure()) {