Searched refs:isThisCompleteObject (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/clang/lib/CodeGen/ | ||
| H A D | CGCXXABI.cpp | 145 isThisCompleteObject(CGF.CurGD)) { in buildThisParam() |
| H A D | CGCXXABI.h | 102 virtual bool isThisCompleteObject(GlobalDecl GD) const = 0; |
| H A D | MicrosoftCXXABI.cpp | 66 bool isThisCompleteObject(GlobalDecl GD) const override { in isThisCompleteObject() function in __anon36af8ea80111::MicrosoftCXXABI |
| H A D | ItaniumCXXABI.cpp | 80 bool isThisCompleteObject(GlobalDecl GD) const override { in isThisCompleteObject() function in __anoncf12eee90111::ItaniumCXXABI |