Home | History | Annotate | Download | only in IR

Lines Matching refs:getColumn

243       : Line(L->getLine()), Column(L->getColumn()), Scope(L->getRawScope()),
247 return Line == RHS->getLine() && Column == RHS->getColumn() &&
600 Column(N->getColumn()) {}
604 Line == RHS->getLine() && Column == RHS->getColumn();