reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CoverageMappingGen.cpp
   65   bool hasStartLoc() const { return LocStart.hasValue(); }
   67   void setStartLoc(SourceLocation Loc) { LocStart = Loc; }
   70     assert(LocStart && "Region has no start location");
   71     return *LocStart;