Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DParsedAST.cpp194 Token SynthesizedIncludeTok; in replay() local
195 SynthesizedIncludeTok.startToken(); in replay()
196 SynthesizedIncludeTok.setLocation(IncludeTok->location()); in replay()
197 SynthesizedIncludeTok.setLength(IncludeTok->length()); in replay()
198 SynthesizedIncludeTok.setKind(tok::raw_identifier); in replay()
199 SynthesizedIncludeTok.setRawIdentifierData(IncludeTok->text(SM).data()); in replay()
200 PP.LookUpIdentifierInfo(SynthesizedIncludeTok); in replay()
217 Delegate->InclusionDirective(HashTok->location(), SynthesizedIncludeTok, in replay()