Searched refs:TokLength (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp630 unsigned TokLength) {
633 return createExpansionLocImpl(Info, TokLength);
640 unsigned TokLength,
646 return createExpansionLocImpl(Info, TokLength, LoadedID, LoadedOffset);
661 unsigned TokLength,
674 assert(NextLocalOffset + TokLength + 1 > NextLocalOffset &&
675 NextLocalOffset + TokLength + 1 <= CurrentLoadedOffset &&
678 NextLocalOffset += TokLength + 1;
679 return SourceLocation::getMacroLoc(NextLocalOffset - (TokLength + 1));
628 createMacroArgExpansionLoc(SourceLocation SpellingLoc, SourceLocation ExpansionLoc, unsigned TokLength) argument
637 createExpansionLoc(SourceLocation SpellingLoc, SourceLocation ExpansionLocStart, SourceLocation ExpansionLocEnd, unsigned TokLength, bool ExpansionIsTokenRange, int LoadedID, unsigned LoadedOffset) argument
660 createExpansionLocImpl(const ExpansionInfo &Info, unsigned TokLength, int LoadedID, unsigned LoadedOffset) argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h903 unsigned TokLength);
911 unsigned TokLength,
1799 unsigned TokLength,
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentParser.cpp133 unsigned TokLength,
137 Result.setLength(TokLength);
130 formTokenWithChars(Token &Result, SourceLocation Loc, const char *TokBegin, unsigned TokLength, StringRef Text) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp3174 unsigned TokLength = Tok.getLength(); local
3185 EndLoc = ASLoc.getLocWithOffset(TokLength);

Completed in 218 milliseconds