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

/external/clang/lib/Rewrite/
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;
484 unsigned TokLen = TokEnd-BufferPtr; local
485 Result.setLength(TokLen);
486 Result.setLocation(getSourceLocation(BufferPtr, TokLen));
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp120 unsigned TokLen = 1; local
122 TokLen = 2;
123 Token = Expr.substr(0, TokLen);
/external/clang/lib/Lex/
H A DLiteralSupport.cpp1619 unsigned TokLen = Lexer::getSpelling(Tok, SpellingPtr, SM, Features,
1625 const char *SpellingEnd = SpellingPtr+TokLen;
H A DLexer.cpp167 unsigned TokLen, Preprocessor &PP) {
181 L->BufferEnd = StrData+TokLen;
188 ExpansionLocEnd, TokLen);
1017 Preprocessor &PP, SourceLocation FileLoc, unsigned CharNo, unsigned TokLen);
1020 unsigned CharNo, unsigned TokLen) {
1038 return SM.createExpansionLoc(SpellingLoc, II.first, II.second, TokLen);
1044 unsigned TokLen) const {
1057 return GetMappedTokenLoc(*PP, FileLoc, CharNo, TokLen);
164 Create_PragmaLexer(SourceLocation SpellingLoc, SourceLocation ExpansionLocStart, SourceLocation ExpansionLocEnd, unsigned TokLen, Preprocessor &PP) argument
1018 GetMappedTokenLoc(Preprocessor &PP, SourceLocation FileLoc, unsigned CharNo, unsigned TokLen) argument
/external/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp100 unsigned TokLen = local
102 return Loc.getLocWithOffset(TokLen);

Completed in 2778 milliseconds