Searched refs:SynthesizedIncludeTok (Results 1 – 1 of 1) sorted by relevance
194 Token SynthesizedIncludeTok; in replay() local195 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()