Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DAddUsing.cpp54 SourceLocation MustInsertAfterLoc; member in clang::clangd::__anon40ae333d0111::AddUsing
128 const SourceLocation MustInsertAfterLoc) { in findInsertionPoint() argument
141 return MustInsertAfterLoc.isInvalid() || in findInsertionPoint()
142 SM.isBeforeInTranslationUnit(MustInsertAfterLoc, Loc); in findInsertionPoint()
272 MustInsertAfterLoc = D->getDecl()->getBeginLoc(); in prepare()
296 MustInsertAfterLoc = TDT->getDecl()->getBeginLoc(); in prepare()
298 MustInsertAfterLoc = TD->getBeginLoc(); in prepare()
343 findInsertionPoint(Inputs, QualifierToRemove, Name, MustInsertAfterLoc); in apply()