OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThisTokEnd
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Lex/
LiteralSupport.cpp
93
const char *
ThisTokEnd
, bool &HadError,
146
if (ThisTokBuf ==
ThisTokEnd
|| !isHexDigit(*ThisTokBuf)) {
156
for (; ThisTokBuf !=
ThisTokEnd
; ++ThisTokBuf) {
191
} while (ThisTokBuf !=
ThisTokEnd
&& NumDigits < 3 &&
275
const char *
ThisTokEnd
,
285
if (ThisTokBuf ==
ThisTokEnd
|| !isHexDigit(*ThisTokBuf)) {
293
for (; ThisTokBuf !=
ThisTokEnd
&& UcnLenSave; ++ThisTokBuf, UcnLenSave--) {
347
const char *
ThisTokEnd
, unsigned CharByteWidth,
357
if (!ProcessUCNEscape(ThisTokBegin, ThisTokBuf,
ThisTokEnd
, UcnVal,
382
const char *
ThisTokEnd
,
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
LiteralSupport.h
48
const char *const
ThisTokEnd
;
145
while (ptr !=
ThisTokEnd
&& (isHexDigit(*ptr) || isDigitSeparator(*ptr)))
153
while (ptr !=
ThisTokEnd
&&
162
while (ptr !=
ThisTokEnd
&& (isDigit(*ptr) || isDigitSeparator(*ptr)))
170
while (ptr !=
ThisTokEnd
&&
Completed in 28 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026