Searched refs:TokLength (Results 1 – 2 of 2) sorted by relevance
523 unsigned TokLength) { in createMacroArgInstantiationLoc() argument526 return createInstantiationLocImpl(II, TokLength); in createMacroArgInstantiationLoc()532 unsigned TokLength, in createInstantiationLoc() argument537 return createInstantiationLocImpl(II, TokLength, LoadedID, LoadedOffset); in createInstantiationLoc()542 unsigned TokLength, in createInstantiationLocImpl() argument555 assert(NextLocalOffset + TokLength + 1 > NextLocalOffset && in createInstantiationLocImpl()556 NextLocalOffset + TokLength + 1 <= CurrentLoadedOffset && in createInstantiationLocImpl()559 NextLocalOffset += TokLength + 1; in createInstantiationLocImpl()560 return SourceLocation::getMacroLoc(NextLocalOffset - (TokLength + 1)); in createInstantiationLocImpl()
595 unsigned TokLength);603 unsigned TokLength,1091 unsigned TokLength,