Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DAddUsing.cpp53 SourceLocation MustInsertAfterLoc; member in clang::clangd::__anon4b9e9f7d0111::AddUsing
130 const SourceLocation MustInsertAfterLoc) { in findInsertionPoint() argument
143 return MustInsertAfterLoc.isInvalid() || in findInsertionPoint()
144 SM.isBeforeInTranslationUnit(MustInsertAfterLoc, Loc); in findInsertionPoint()
276 MustInsertAfterLoc = D->getDecl()->getBeginLoc(); in prepare()
305 MustInsertAfterLoc = TDT->getDecl()->getBeginLoc(); in prepare()
307 MustInsertAfterLoc = TD->getBeginLoc(); in prepare()
352 findInsertionPoint(Inputs, QualifierToRemove, Name, MustInsertAfterLoc); in apply()