Lines Matching refs:LocStart
478 SourceLocation LocStart; variable
482 : NamedDecl(Label, DC, IdentL, II), TheStmt(S), LocStart(StartL) {} in LabelDecl()
497 bool isGnuLocal() const { return LocStart != getLocation(); } in isGnuLocal()
498 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart()
501 return SourceRange(LocStart, getLocation()); in getSourceRange()
521 SourceLocation LocStart; variable
626 return SourceRange(LocStart, RBraceLoc); in getSourceRange()
629 SourceLocation getBeginLoc() const LLVM_READONLY { return LocStart; } in getBeginLoc()
631 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart()
3109 SourceLocation LocStart; variable
3116 : NamedDecl(DK, DC, L, Id), LocStart(StartL) {} in NamedDecl()
3126 SourceLocation getBeginLoc() const LLVM_READONLY { return LocStart; } in getBeginLoc()
3127 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart()
3129 if (LocStart.isValid()) in getSourceRange()
3130 return SourceRange(LocStart, getLocation()); in getSourceRange()