Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ExpandedFileID

295       auto ExpandedFileID = getCoverageFileID(ExpandedLoc);
296 assert(ExpandedFileID && "expansion in uncovered file");
308 *ParentFileID, *ExpandedFileID, LineStart, ColumnStart, LineEnd,
955 OS << " (Expanded file = " << R.ExpandedFileID << ")";