Home | History | Annotate | Download | only in Analysis

Lines Matching defs:InlinedAtDL

832     DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx));
833 if (!InlinedAtDL.isUnknown()) {
835 printDebugLoc(InlinedAtDL, CommentOS, Ctx);
847 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt);
848 if (!InlinedAtDL.isUnknown()) {
850 printDebugLoc(InlinedAtDL, OS, Ctx);