Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCXXABI.h135 virtual bool hasMostDerivedReturn(GlobalDecl GD) const { return false; } in hasMostDerivedReturn() function
H A DCGVTables.cpp255 else if (CGM.getCXXABI().hasMostDerivedReturn(GD)) in StartThunk()
365 : CGM.getCXXABI().hasMostDerivedReturn(CurGD) in EmitCallAndReturnForThunk()
H A DMicrosoftCXXABI.cpp57 bool hasMostDerivedReturn(GlobalDecl GD) const override;
1098 bool MicrosoftCXXABI::hasMostDerivedReturn(GlobalDecl GD) const { in hasMostDerivedReturn() function in MicrosoftCXXABI
1574 else if (hasMostDerivedReturn(CGF.CurGD)) in EmitInstanceFunctionProlog()
H A DCodeGenFunction.cpp1305 else if (CGM.getCXXABI().hasMostDerivedReturn(GD)) in BuildFunctionArgList()
H A DCGCall.cpp363 : TheCXXABI.hasMostDerivedReturn(GD) in arrangeCXXStructorDeclaration()
429 : TheCXXABI.hasMostDerivedReturn(GD) in arrangeCXXConstructorCall()