Searched refs:MustInsertAfterLoc (Results 1 – 1 of 1) sorted by relevance
53 SourceLocation MustInsertAfterLoc; member in clang::clangd::__anon4b9e9f7d0111::AddUsing130 const SourceLocation MustInsertAfterLoc) { in findInsertionPoint() argument143 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()