Searched refs:isThisCompleteObject (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ | ||
| H A D | CGCXXABI.cpp | 145 !isThisCompleteObject(CGF.CurGD)) { in buildThisParam() |
| H A D | CGCXXABI.h | 90 virtual bool isThisCompleteObject(GlobalDecl GD) const = 0; |
| H A D | ItaniumCXXABI.cpp | 78 bool isThisCompleteObject(GlobalDecl GD) const override { in isThisCompleteObject() function in __anonc1a1ea230111::ItaniumCXXABI |
| H A D | MicrosoftCXXABI.cpp | 61 bool isThisCompleteObject(GlobalDecl GD) const override { in isThisCompleteObject() function in __anon08ea40620111::MicrosoftCXXABI |