Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DParsedAST.cpp189 auto FileTok = std::next(IncludeTok); in replay() local
190 assert(FileTok != MainFileTokens.end()); in replay()
205 SynthesizedFilenameTok.setLocation(FileTok->location()); in replay()
H A DXRefs.cpp852 const auto *FileTok = std::next(IncludeTok); in getDocumentLinks() local
857 syntax::FileRange(SM, FileTok->location(), Inc.Written.length()) in getDocumentLinks()