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

/freebsd-11.0-release/contrib/llvm/tools/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
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h807 unsigned TokLength);
815 unsigned TokLength,
1605 unsigned TokLength,
/freebsd-11.0-release/contrib/llvm/tools/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
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp2878 unsigned TokLength = Tok.getLength(); local
2889 EndLoc = ASLoc.getLocWithOffset(TokLength);

Completed in 103 milliseconds