Home | History | Annotate | Download | only in AST

Lines Matching refs:IdLoc

550   SourceLocation IdLoc;
567 IdLoc(l), ReceiverLoc(), Receiver(base) {
578 IdLoc(l), ReceiverLoc(sl), Receiver(st.getTypePtr()) {
584 SourceLocation IdLoc, Expr *Base)
589 IdLoc(IdLoc), ReceiverLoc(), Receiver(Base) {
595 SourceLocation IdLoc,
599 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) {
605 SourceLocation IdLoc,
609 IdLoc(IdLoc), ReceiverLoc(ReceiverLoc), Receiver(Receiver) {
675 SourceLocation getLocation() const { return IdLoc; }
725 SourceLocation getLocEnd() const LLVM_READONLY { return IdLoc; }
760 void setLocation(SourceLocation L) { IdLoc = L; }