Home | History | Annotate | Download | only in AST

Lines Matching defs:StartLoc

448   SourceLocation StartLoc, EndLoc;
451 DeclStmt(DeclGroupRef dg, SourceLocation startLoc,
453 StartLoc(startLoc), EndLoc(endLoc) {}
471 SourceLocation getStartLoc() const { return StartLoc; }
472 void setStartLoc(SourceLocation L) { StartLoc = L; }
477 return SourceRange(StartLoc, EndLoc);