Searched refs:MustInsertAfterLoc (Results 1 – 1 of 1) sorted by relevance
54 SourceLocation MustInsertAfterLoc; member in clang::clangd::__anon40ae333d0111::AddUsing128 const SourceLocation MustInsertAfterLoc) { in findInsertionPoint() argument141 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()