Searched refs:TokLen (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Rewrite/Core/
H A DHTMLRewrite.cpp378 unsigned TokLen = Tok.getLength(); local
390 HighlightRange(RB, TokOffs, TokOffs+TokLen, BufferStart,
395 HighlightRange(RB, TokOffs, TokOffs+TokLen, BufferStart,
401 --TokLen;
408 --TokLen;
412 HighlightRange(RB, TokOffs, TokOffs+TokLen, BufferStart,
422 unsigned TokEnd = TokOffs+TokLen;
/external/clang/include/clang/Lex/
H A DLexer.h123 unsigned TokLen, Preprocessor &PP);
217 SourceLocation getSourceLocation(const char *Loc, unsigned TokLen = 1) const;
464 unsigned TokLen = TokEnd-BufferPtr; local
465 Result.setLength(TokLen);
466 Result.setLocation(getSourceLocation(BufferPtr, TokLen));
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp101 unsigned TokLen = 1; local
103 TokLen = 2;
104 Token = Expr.substr(0, TokLen);
/external/clang/lib/Lex/
H A DLiteralSupport.cpp1612 unsigned TokLen = Lexer::getSpelling(Tok, SpellingPtr, SM, Features,
1618 const char *SpellingEnd = SpellingPtr+TokLen;
H A DLexer.cpp173 unsigned TokLen, Preprocessor &PP) {
187 L->BufferEnd = StrData+TokLen;
194 ExpansionLocEnd, TokLen);
1023 Preprocessor &PP, SourceLocation FileLoc, unsigned CharNo, unsigned TokLen);
1026 unsigned CharNo, unsigned TokLen) {
1044 return SM.createExpansionLoc(SpellingLoc, II.first, II.second, TokLen);
1050 unsigned TokLen) const {
1063 return GetMappedTokenLoc(*PP, FileLoc, CharNo, TokLen);
170 Create_PragmaLexer(SourceLocation SpellingLoc, SourceLocation ExpansionLocStart, SourceLocation ExpansionLocEnd, unsigned TokLen, Preprocessor &PP) argument
1024 GetMappedTokenLoc(Preprocessor &PP, SourceLocation FileLoc, unsigned CharNo, unsigned TokLen) argument

Completed in 1068 milliseconds