Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DParsedAST.cpp189 auto FileTok = std::next(IncludeTok); in replay() local
190 assert(FileTok != MainFileTokens.end()); in replay()
205 SynthesizedFilenameTok.setLocation(FileTok->location()); in replay()
219 FileTok->range(SM).toCharRange(SM), FE, in replay()
DXRefs.cpp737 const auto *FileTok = std::next(IncludeTok); in getDocumentLinks() local
742 syntax::FileRange(SM, FileTok->location(), Inc.Written.length()) in getDocumentLinks()