reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3681 ElemPtrPtr, CGF.ConvertTypeForMem(Private->getType())->getPointerTo()); 3683 Address(ElemPtrPtr, C.getTypeAlignInChars(Private->getType())); 3684 const ValueDecl *VD = cast<DeclRefExpr>(Private)->getDecl(); 3691 switch (CGF.getEvaluationKind(Private->getType())) { 3694 Private->getType(), Loc); 3700 CGF.MakeAddrLValue(ElemPtr, Private->getType()), Loc); 3706 CGF.MakeAddrLValue(ElemPtr, Private->getType()), 3707 Private->getType(), AggValueSlot::DoesNotOverlap);