Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DDefineOutline.cpp240 auto DelKeyword = [&](tok::TokenKind Kind, SourceRange FromRange) { in getFunctionSourceCode() local
271 DelKeyword(tok::kw_virtual, {FD->getBeginLoc(), FD->getLocation()}); in getFunctionSourceCode()
273 DelKeyword(tok::kw_static, {FD->getBeginLoc(), FD->getLocation()}); in getFunctionSourceCode()
277 DelKeyword(tok::kw_explicit, {FD->getBeginLoc(), FD->getLocation()}); in getFunctionSourceCode()