Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ParentName

3245     CodeGenModule &CGM, const OMPTargetDirective &S, StringRef ParentName,
3260 S, ParentName, OutlinedFn, OutlinedFnID, IsOffloadEntry, CodeGen);
3299 StringRef ParentName;
3303 ParentName = CGM.getMangledName(GlobalDecl(D, Ctor_Complete));
3305 ParentName = CGM.getMangledName(GlobalDecl(D, Dtor_Complete));
3307 ParentName =
3311 CGM, S, ParentName, IsOffloadEntry);