OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TokLen
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Rewrite/
HTMLRewrite.cpp
465
unsigned
TokLen
= Tok.getLength();
477
HighlightRange(RB, TokOffs, TokOffs+
TokLen
, BufferStart,
482
HighlightRange(RB, TokOffs, TokOffs+
TokLen
, BufferStart,
488
--
TokLen
;
496
--
TokLen
;
500
HighlightRange(RB, TokOffs, TokOffs+
TokLen
, BufferStart,
510
unsigned TokEnd = TokOffs+
TokLen
;
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
Lexer.h
168
unsigned
TokLen
, Preprocessor &PP);
261
SourceLocation getSourceLocation(const char *Loc, unsigned
TokLen
= 1) const;
588
unsigned
TokLen
= TokEnd-BufferPtr;
589
Result.setLength(
TokLen
);
590
Result.setLocation(getSourceLocation(BufferPtr,
TokLen
));
/src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp
192
unsigned
TokLen
, Preprocessor &PP) {
206
L->BufferEnd = StrData+
TokLen
;
213
ExpansionLocEnd,
TokLen
);
832
unsigned
tokLen
= MeasureTokenLength(spellLoc, SM, LangOpts);
833
if (
tokLen
== 0)
836
SourceLocation afterLoc = loc.getLocWithOffset(
tokLen
);
1104
Preprocessor &PP, SourceLocation FileLoc, unsigned CharNo, unsigned
TokLen
);
1107
unsigned CharNo, unsigned
TokLen
) {
1124
return SM.createExpansionLoc(SpellingLoc, II.getBegin(), II.getEnd(),
TokLen
);
1130
unsigned
TokLen
) const
[
all
...]
LiteralSupport.cpp
1874
unsigned
TokLen
= Lexer::getSpelling(Tok, SpellingPtr, SM, Features,
1880
const char *SpellingEnd = SpellingPtr+
TokLen
;
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp
123
unsigned
TokLen
= 1;
125
TokLen
= 2;
126
Token = Expr.substr(0,
TokLen
);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CoverageMappingGen.cpp
228
unsigned
TokLen
=
230
return Loc.getLocWithOffset(
TokLen
);
Completed in 49 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026