Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DHeaders.cpp63 auto *IncludingFileEntry = SM.getFileEntryForID(SM.getFileID(HashLoc)); in InclusionDirective() local
64 if (!IncludingFileEntry) { in InclusionDirective()
68 IncludingFileEntry = SM.getFileEntryForID(MainFID); in InclusionDirective()
70 Out->recordInclude(IncludingFileEntry->getName(), File->getName(), in InclusionDirective()