Searched defs:TokLength (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/AST/
H A DCommentParser.cpp134 unsigned TokLength,
138 Result.setLength(TokLength);
131 formTokenWithChars(Token &Result, SourceLocation Loc, const char *TokBegin, unsigned TokLength, StringRef Text) argument
/external/clang/lib/Basic/
H A DSourceManager.cpp593 unsigned TokLength) {
596 return createExpansionLocImpl(Info, TokLength);
603 unsigned TokLength,
608 return createExpansionLocImpl(Info, TokLength, LoadedID, LoadedOffset);
613 unsigned TokLength,
626 assert(NextLocalOffset + TokLength + 1 > NextLocalOffset &&
627 NextLocalOffset + TokLength + 1 <= CurrentLoadedOffset &&
630 NextLocalOffset += TokLength + 1;
631 return SourceLocation::getMacroLoc(NextLocalOffset - (TokLength + 1));
591 createMacroArgExpansionLoc(SourceLocation SpellingLoc, SourceLocation ExpansionLoc, unsigned TokLength) argument
600 createExpansionLoc(SourceLocation SpellingLoc, SourceLocation ExpansionLocStart, SourceLocation ExpansionLocEnd, unsigned TokLength, int LoadedID, unsigned LoadedOffset) argument
612 createExpansionLocImpl(const ExpansionInfo &Info, unsigned TokLength, int LoadedID, unsigned LoadedOffset) argument
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp2898 unsigned TokLength = Tok.getLength(); local
2909 EndLoc = ASLoc.getLocWithOffset(TokLength);

Completed in 1066 milliseconds