Searched refs:IncludeLocation (Results 1 – 1 of 1) sorted by relevance
173 for (auto IncludeLocation = GetIncludeLoc(SM.getExpansionLoc(DiagLoc)); in getMainFileRange() local174 IncludeLocation.isValid(); in getMainFileRange()175 IncludeLocation = GetIncludeLoc(IncludeLocation)) { in getMainFileRange()176 if (clangd::isInsideMainFile(IncludeLocation, SM)) { in getMainFileRange()177 R.start = sourceLocToPosition(SM, IncludeLocation); in getMainFileRange()180 Lexer::getLocForEndOfToken(IncludeLocation, 0, SM, LangOptions())); in getMainFileRange()