Searched refs:TokLength (Results 1 – 4 of 4) sorted by relevance
593 unsigned TokLength) { in createMacroArgExpansionLoc() argument596 return createExpansionLocImpl(Info, TokLength); in createMacroArgExpansionLoc()603 unsigned TokLength, in createExpansionLoc() argument608 return createExpansionLocImpl(Info, TokLength, LoadedID, LoadedOffset); in createExpansionLoc()613 unsigned TokLength, in createExpansionLocImpl() argument626 assert(NextLocalOffset + TokLength + 1 > NextLocalOffset && in createExpansionLocImpl()627 NextLocalOffset + TokLength + 1 <= CurrentLoadedOffset && in createExpansionLocImpl()630 NextLocalOffset += TokLength + 1; in createExpansionLocImpl()631 return SourceLocation::getMacroLoc(NextLocalOffset - (TokLength + 1)); in createExpansionLocImpl()
815 unsigned TokLength);823 unsigned TokLength,1613 unsigned TokLength,
134 unsigned TokLength, in formTokenWithChars() argument138 Result.setLength(TokLength); in formTokenWithChars()
2898 unsigned TokLength = Tok.getLength(); in ParseCXXClassMemberDeclarationWithPragmas() local2909 EndLoc = ASLoc.getLocWithOffset(TokLength); in ParseCXXClassMemberDeclarationWithPragmas()