reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 1908   assert((CE != nullptr) ^ (D != nullptr));
 1909   assert(CE == nullptr || CE->arg_begin() == CE->arg_end());
 1909   assert(CE == nullptr || CE->arg_begin() == CE->arg_end());
 1909   assert(CE == nullptr || CE->arg_begin() == CE->arg_end());
 1918   CGCallee Callee = CGCallee::forVirtual(CE, GD, This, Ty);
 1926   if (CE) {
 1927     ThisTy = CE->getObjectType();
 1934                                         ImplicitParam, Context.IntTy, CE);