Home | History | Annotate | Download | only in Analysis

Lines Matching refs:InlinedAtDL

767     DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx));
768 if (!InlinedAtDL.isUnknown()) {
770 printDebugLoc(InlinedAtDL, CommentOS, Ctx);
782 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt);
783 if (!InlinedAtDL.isUnknown()) {
785 printDebugLoc(InlinedAtDL, OS, Ctx);