Home | History | Annotate | Download | only in AST

Lines Matching defs:AtStart

429   SourceLocation AtStart;
439 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {}
491 SourceLocation getAtStartLoc() const { return AtStart; }
492 void setAtStartLoc(SourceLocation Loc) { AtStart = Loc; }
503 return SourceRange(AtStart, getAtEndRange().getEnd());