Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DDiagnostics.cpp173 for (auto IncludeLocation = GetIncludeLoc(SM.getExpansionLoc(DiagLoc)); in getMainFileRange() local
174 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()