OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TokLen
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/Rewrite/
HTMLRewrite.cpp
378
unsigned
TokLen
= Tok.getLength();
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/
Lexer.h
123
unsigned
TokLen
, Preprocessor &PP);
217
SourceLocation getSourceLocation(const char *Loc, unsigned
TokLen
= 1) const;
484
unsigned
TokLen
= TokEnd-BufferPtr;
485
Result.setLength(
TokLen
);
486
Result.setLocation(getSourceLocation(BufferPtr,
TokLen
));
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp
120
unsigned
TokLen
= 1;
122
TokLen
= 2;
123
Token = Expr.substr(0,
TokLen
);
[
all
...]
/external/clang/lib/Lex/
LiteralSupport.cpp
[
all
...]
Lexer.cpp
167
unsigned
TokLen
, Preprocessor &PP) {
181
L->BufferEnd = StrData+
TokLen
;
188
ExpansionLocEnd,
TokLen
);
810
unsigned
tokLen
= MeasureTokenLength(spellLoc, SM, LangOpts);
811
if (
tokLen
== 0)
814
SourceLocation afterLoc = loc.getLocWithOffset(
tokLen
);
[
all
...]
/external/clang/lib/CodeGen/
CoverageMappingGen.cpp
100
unsigned
TokLen
=
102
return Loc.getLocWithOffset(
TokLen
);
[
all
...]
Completed in 325 milliseconds