Searched refs:TokLength (Results 1 – 4 of 4) sorted by relevance
630 unsigned TokLength) { in createMacroArgExpansionLoc() argument633 return createExpansionLocImpl(Info, TokLength); in createMacroArgExpansionLoc()640 unsigned TokLength, in createExpansionLoc() argument646 return createExpansionLocImpl(Info, TokLength, LoadedID, LoadedOffset); in createExpansionLoc()661 unsigned TokLength, in createExpansionLocImpl() argument674 assert(NextLocalOffset + TokLength + 1 > NextLocalOffset && in createExpansionLocImpl()675 NextLocalOffset + TokLength + 1 <= CurrentLoadedOffset && in createExpansionLocImpl()678 NextLocalOffset += TokLength + 1; in createExpansionLocImpl()679 return SourceLocation::getMacroLoc(NextLocalOffset - (TokLength + 1)); in createExpansionLocImpl()
903 unsigned TokLength);911 unsigned TokLength,1799 unsigned TokLength,
133 unsigned TokLength, in formTokenWithChars() argument137 Result.setLength(TokLength); in formTokenWithChars()
3174 unsigned TokLength = Tok.getLength(); in ParseCXXClassMemberDeclarationWithPragmas() local3185 EndLoc = ASLoc.getLocWithOffset(TokLength); in ParseCXXClassMemberDeclarationWithPragmas()