OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TokLength
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp
630
unsigned
TokLength
) {
633
return createExpansionLocImpl(Info,
TokLength
);
640
unsigned
TokLength
,
646
return createExpansionLocImpl(Info,
TokLength
, LoadedID, LoadedOffset);
661
unsigned
TokLength
,
674
assert(NextLocalOffset +
TokLength
+ 1 > NextLocalOffset &&
675
NextLocalOffset +
TokLength
+ 1 <= CurrentLoadedOffset &&
678
NextLocalOffset +=
TokLength
+ 1;
679
return SourceLocation::getMacroLoc(NextLocalOffset - (
TokLength
+ 1));
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h
903
unsigned
TokLength
);
911
unsigned
TokLength
,
1799
unsigned
TokLength
,
/src/external/apache2/llvm/dist/clang/lib/AST/
CommentParser.cpp
133
unsigned
TokLength
,
137
Result.setLength(
TokLength
);
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp
3174
unsigned
TokLength
= Tok.getLength();
3185
EndLoc = ASLoc.getLocWithOffset(
TokLength
);
Completed in 77 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026