Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Delegating

154     // Delegating may occur as an optimization, but all variants are either
169 bool Delegating,
174 bool Delegating, llvm::Value *This) override;
1178 bool ForVirtualBase, bool Delegating, CallArgList &Args) {
1184 CGF.GetVTTParameter(GlobalDecl(D, Type), ForVirtualBase, Delegating);
1194 bool Delegating, llvm::Value *This) {
1196 llvm::Value *VTT = CGF.GetVTTParameter(GD, ForVirtualBase, Delegating);