Searched defs:hasMostDerivedReturn (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGCXXABI.h | 135 virtual bool hasMostDerivedReturn(GlobalDecl GD) const { return false; } hasMostDerivedReturn() function |
H A D | MicrosoftCXXABI.cpp | 1106 bool MicrosoftCXXABI::hasMostDerivedReturn(GlobalDecl GD) const { hasMostDerivedReturn() function in MicrosoftCXXABI |