reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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;