Home
last modified time | relevance | path

Searched refs:endLocation (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DAddUsing.cpp188 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()
DExpandMacro.cpp85 if (T->endLocation() != Cursor || T->kind() != tok::identifier) in findIdentifierUnderCursor()
123 Expansion.Spelled.back().endLocation()); in apply()
DObjCLocalizeStringLiteral.cpp79 tooling::Replacement(SM, Toks->back().endLocation(), 0, ", @\"\")"))) in apply()
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
DSmaliCodeFragmentFactory.java313 Location endLocation = null;
315 endLocation = method.locationOfCodeIndex(endCodeIndex);
316 if (endLocation != null) {
320 if (endLocation == null) {
328 endLocation,
/external/llvm-project/clang-tools-extra/clangd/
DSemanticSelection.cpp70 const SourceLocation LBraceLocInfo = LBrace->getToken()->endLocation(), in extractFoldingRange()
DDumpAST.cpp99 Spelled->back().endLocation())); in getRange()
DSelection.cpp220 return SM.getFileOffset(Tok.endLocation()) <= SelBegin; in SelectionTester()
DXRefs.cpp1080 CharSourceRange::getCharRange(Tok->location(), Tok->endLocation())); in toHighlight()
/external/llvm-project/clang/include/clang/Tooling/Syntax/
DTokens.h114 SourceLocation endLocation() const { in endLocation() function
/external/llvm-project/clang-tools-extra/clangd/refactor/
DRename.cpp628 IdentifierToken->endLocation())); in rename()
/external/llvm-project/clang/unittests/Tooling/Syntax/
DTokensTest.cpp88 arg.endLocation() == SourceRng.second;
/external/llvm-project/clang/lib/Tooling/Syntax/
DTokens.cpp453 Right != Tokens.begin() && (Right - 1)->endLocation() >= Loc; in spelledTokensTouching()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DXRefsTests.cpp1460 Tok->location(), Tok->endLocation())); in TEST()