Home
last modified time | relevance | path

Searched refs:hasMostDerivedReturn (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXXABI.h109 virtual bool hasMostDerivedReturn(GlobalDecl GD) const { return false; } in hasMostDerivedReturn() function
H A DCGVTables.cpp251 else if (CGM.getCXXABI().hasMostDerivedReturn(GD)) in StartThunk()
361 : CGM.getCXXABI().hasMostDerivedReturn(CurGD) in EmitCallAndReturnForThunk()
H A DMicrosoftCXXABI.cpp53 bool hasMostDerivedReturn(GlobalDecl GD) const override;
1078 bool MicrosoftCXXABI::hasMostDerivedReturn(GlobalDecl GD) const { in hasMostDerivedReturn() function in MicrosoftCXXABI
1562 else if (hasMostDerivedReturn(CGF.CurGD)) in EmitInstanceFunctionProlog()
H A DCodeGenFunction.cpp1248 else if (CGM.getCXXABI().hasMostDerivedReturn(GD)) in BuildFunctionArgList()
H A DCGCall.cpp350 : TheCXXABI.hasMostDerivedReturn(GD) in arrangeCXXStructorDeclaration()
416 : TheCXXABI.hasMostDerivedReturn(GD) in arrangeCXXConstructorCall()