OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelOffs
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp
57
int
RelOffs
= 0;
58
if (!SM.isInSameSLocAddrSpace(AfterMacroLoc, SemiLoc, &
RelOffs
))
60
if (
RelOffs
< 0)
67
if (
RelOffs
- getARCMTMacroName().size() > 100)
/external/clang/lib/Lex/
TokenLexer.cpp
787
int
RelOffs
;
788
if (!SM.isInSameSLocAddrSpace(CurLoc, NextLoc, &
RelOffs
))
792
if (
RelOffs
< 0 ||
RelOffs
> 50)
813
int
RelOffs
= 0;
814
SM.isInSameSLocAddrSpace(FirstLoc, Tok.getLocation(), &
RelOffs
)
[
all
...]
Completed in 183 milliseconds