Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DDiagnostics.cpp169 auto GetIncludeLoc = [&SM](SourceLocation SLoc) { in getMainFileRange() local
172 for (auto IncludeLocation = GetIncludeLoc(SM.getExpansionLoc(DiagLoc)); in getMainFileRange()
174 IncludeLocation = GetIncludeLoc(IncludeLocation)) { in getMainFileRange()