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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp436 while (NextExpanded < Result.ExpandedTokens.size() - 1 /* eof */) {
438 // May advance NextSpelled, but NextExpanded is unchanged.
441 // Advances NextExpanded past the run, and NextSpelled accordingly.
442 unsigned OldPosition = NextExpanded;
444 if (NextExpanded == OldPosition)
458 // the NextExpanded token, and creates an empty mapping for them.
464 Result.ExpandedTokens[NextExpanded].location());
474 Drain ? Result.Files[*Drain].EndExpanded : NextExpanded;
505 // Consumes the NextExpanded token and others that are part of the same run.
506 // Increases NextExpanded an
585 unsigned NextExpanded = 0; // cursor in ExpandedTokens member in class:TokenCollector::Builder
[all...]

Completed in 120 milliseconds