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

/external/clang/lib/Basic/
H A DSourceManager.cpp604 unsigned TokLength) {
607 return createExpansionLocImpl(Info, TokLength);
614 unsigned TokLength,
619 return createExpansionLocImpl(Info, TokLength, LoadedID, LoadedOffset);
624 unsigned TokLength,
637 assert(NextLocalOffset + TokLength + 1 > NextLocalOffset &&
638 NextLocalOffset + TokLength + 1 <= CurrentLoadedOffset &&
641 NextLocalOffset += TokLength + 1;
642 return SourceLocation::getMacroLoc(NextLocalOffset - (TokLength + 1));
602 createMacroArgExpansionLoc(SourceLocation SpellingLoc, SourceLocation ExpansionLoc, unsigned TokLength) argument
611 createExpansionLoc(SourceLocation SpellingLoc, SourceLocation ExpansionLocStart, SourceLocation ExpansionLocEnd, unsigned TokLength, int LoadedID, unsigned LoadedOffset) argument
623 createExpansionLocImpl(const ExpansionInfo &Info, unsigned TokLength, int LoadedID, unsigned LoadedOffset) argument
/external/clang/include/clang/Basic/
H A DSourceManager.h805 unsigned TokLength);
813 unsigned TokLength,
1578 unsigned TokLength,
/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/Parse/
H A DParseDeclCXX.cpp2674 unsigned TokLength = Tok.getLength(); local
2685 EndLoc = ASLoc.getLocWithOffset(TokLength);

Completed in 144 milliseconds