reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3276 const auto *FD = cast<FunctionDecl>(GD.getDecl()); 3283 if (const auto *DD = dyn_cast<CXXDestructorDecl>(GD.getDecl())) { 3285 GD.getDtorType() == Dtor_Complete && 3287 GD = GlobalDecl(DD, Dtor_Base); 3290 StringRef MangledName = getMangledName(GD); 3291 return GetOrCreateLLVMFunction(MangledName, Ty, GD, ForVTable, DontDefer,