Searched refs:TokLength (Results 1 – 4 of 4) sorted by relevance
580 unsigned TokLength) { in createMacroArgExpansionLoc() argument583 return createExpansionLocImpl(Info, TokLength); in createMacroArgExpansionLoc()590 unsigned TokLength, in createExpansionLoc() argument595 return createExpansionLocImpl(Info, TokLength, LoadedID, LoadedOffset); in createExpansionLoc()600 unsigned TokLength, in createExpansionLocImpl() argument613 assert(NextLocalOffset + TokLength + 1 > NextLocalOffset && in createExpansionLocImpl()614 NextLocalOffset + TokLength + 1 <= CurrentLoadedOffset && in createExpansionLocImpl()617 NextLocalOffset += TokLength + 1; in createExpansionLocImpl()618 return SourceLocation::getMacroLoc(NextLocalOffset - (TokLength + 1)); in createExpansionLocImpl()
749 unsigned TokLength);757 unsigned TokLength,1504 unsigned TokLength,
129 unsigned TokLength, in formTokenWithChars() argument133 Result.setLength(TokLength); in formTokenWithChars()
2357 unsigned TokLength = Tok.getLength(); in ParseCXXMemberSpecification() local2372 EndLoc = ASLoc.getLocWithOffset(TokLength); in ParseCXXMemberSpecification()