Searched refs:LastSpelled (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp204 const syntax::Token *LastSpelled; local
206 std::tie(LastSpelled, LastMapping) =
211 if (FID != SourceMgr->getFileID(LastSpelled->location()))
228 : LastSpelled + 1);

Completed in 52 milliseconds