OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TokLen
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/Lex/
Lexer.h
117
unsigned
TokLen
, Preprocessor &PP);
221
SourceLocation getSourceLocation(const char *Loc, unsigned
TokLen
= 1) const;
463
unsigned
TokLen
= TokEnd-BufferPtr;
464
Result.setLength(
TokLen
);
465
Result.setLocation(getSourceLocation(BufferPtr,
TokLen
));
/external/clang/lib/Rewrite/Core/
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/AST/
CommentLexer.h
297
const unsigned
TokLen
= TokEnd - BufferPtr;
300
Result.setLength(
TokLen
);
/external/clang/lib/Lex/
LiteralSupport.cpp
[
all
...]
Lexer.cpp
181
unsigned
TokLen
, Preprocessor &PP) {
195
L->BufferEnd = StrData+
TokLen
;
202
ExpansionLocEnd,
TokLen
);
824
unsigned
tokLen
= MeasureTokenLength(spellLoc, SM, LangOpts);
825
if (
tokLen
== 0)
828
SourceLocation afterLoc = loc.getLocWithOffset(
tokLen
);
[
all
...]
Completed in 1614 milliseconds