Lines Matching refs:LineColumn
150 using LineColumn = std::pair<unsigned /* Line */, unsigned /* Column */>; typedef
153 static LineColumn getLocalScopeLocationOr(DIScope *S, LineColumn Default) { in getLocalScopeLocationOr()
168 static std::pair<DIScope *, LineColumn>
175 LineColumn Loc1(L1->getLine(), L1->getColumn()); in getNearestMatchingScope()
183 LineColumn Loc2(L2->getLine(), L2->getColumn()); in getNearestMatchingScope()
193 return std::make_pair(nullptr, LineColumn(L2->getLine(), L2->getColumn())); in getNearestMatchingScope()
200 void insert(DIScope *S, LineColumn Loc) { Scopes.insert(S); } in insert()
202 DIScope *match(DIScope *S, LineColumn Loc) { in match()
209 SmallMapVector<std::pair<DIFile *, LineColumn>, SmallSetVector<DIScope *, 8>,
213 void insert(DIScope *S, LineColumn Loc) { in insert()
217 DIScope *match(DIScope *S, LineColumn Loc) { in match()