Home | History | Annotate | Download | only in Lex

Lines Matching refs:TokLen

192                                  unsigned TokLen, Preprocessor &PP) {
206 L->BufferEnd = StrData+TokLen;
213 ExpansionLocEnd, TokLen);
832 unsigned tokLen = MeasureTokenLength(spellLoc, SM, LangOpts);
833 if (tokLen == 0)
836 SourceLocation afterLoc = loc.getLocWithOffset(tokLen);
1104 Preprocessor &PP, SourceLocation FileLoc, unsigned CharNo, unsigned TokLen);
1107 unsigned CharNo, unsigned TokLen) {
1124 return SM.createExpansionLoc(SpellingLoc, II.getBegin(), II.getEnd(), TokLen);
1130 unsigned TokLen) const {
1143 return GetMappedTokenLoc(*PP, FileLoc, CharNo, TokLen);