Searched refs:endLocation (Results 1 – 13 of 13) sorted by relevance
188 if (Tok == Toks.end() || Tok->endLocation().isInvalid()) { in findInsertionPoint()191 if (!Tok->endLocation().isMacroID() && IsValidPoint(Tok->endLocation())) { in findInsertionPoint()193 Out.Loc = Tok->endLocation(); in findInsertionPoint()
85 if (T->endLocation() != Cursor || T->kind() != tok::identifier) in findIdentifierUnderCursor()123 Expansion.Spelled.back().endLocation()); in apply()
79 tooling::Replacement(SM, Toks->back().endLocation(), 0, ", @\"\")"))) in apply()
313 Location endLocation = null;315 endLocation = method.locationOfCodeIndex(endCodeIndex);316 if (endLocation != null) {320 if (endLocation == null) {328 endLocation,
70 const SourceLocation LBraceLocInfo = LBrace->getToken()->endLocation(), in extractFoldingRange()
99 Spelled->back().endLocation())); in getRange()
220 return SM.getFileOffset(Tok.endLocation()) <= SelBegin; in SelectionTester()
1080 CharSourceRange::getCharRange(Tok->location(), Tok->endLocation())); in toHighlight()
114 SourceLocation endLocation() const { in endLocation() function
628 IdentifierToken->endLocation())); in rename()
88 arg.endLocation() == SourceRng.second;
453 Right != Tokens.begin() && (Right - 1)->endLocation() >= Loc; in spelledTokensTouching()
1460 Tok->location(), Tok->endLocation())); in TEST()