OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RelOffs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp
55
int
RelOffs
= 0;
56
if (!SM.isInSameSLocAddrSpace(AfterMacroLoc, SemiLoc, &
RelOffs
))
58
if (
RelOffs
< 0)
65
if (
RelOffs
- getARCMTMacroName().size() > 100)
/src/external/apache2/llvm/dist/clang/lib/Lex/
TokenLexer.cpp
1013
int
RelOffs
;
1014
if (!SM.isInSameSLocAddrSpace(CurLoc, NextLoc, &
RelOffs
))
1018
if (
RelOffs
< 0 ||
RelOffs
> 50)
1043
int
RelOffs
= 0;
1044
SM.isInSameSLocAddrSpace(FirstLoc, Tok.getLocation(), &
RelOffs
);
1045
Tok.setLocation(Expansion.getLocWithOffset(
RelOffs
));
Completed in 16 milliseconds
Indexes created Fri May 08 00:25:09 UTC 2026