Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Parent

133   /// \brief Check whether \c Loc is included or expanded from \c Parent.
134 bool isNestedIn(SourceLocation Loc, FileID Parent) {
139 } while (!SM.isInFileID(Loc, Parent));
180 for (SourceLocation Parent = getIncludeOrExpansionLoc(Loc);
181 Parent.isValid(); Parent = getIncludeOrExpansionLoc(Parent))
417 assert(RegionStack.size() >= ParentIndex && "parent not in stack");
441 // sure we don't overlap the parent region with it.
553 // corresponding to the parent.
821 SourceMappingRegion &Parent = getRegion();
823 Counter Count = addCounters(Parent.getCounter(), getRegionCounter(S));
826 if (Parent.hasStartLoc() && Parent.getStartLoc() == getStart(S))
827 Parent.setCounter(Count);