Searched refs:RelOffs (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp57 int RelOffs = 0; local
58 if (!SM.isInSameSLocAddrSpace(AfterMacroLoc, SemiLoc, &RelOffs))
60 if (RelOffs < 0)
67 if (RelOffs - getARCMTMacroName().size() > 100)
/external/clang/lib/Lex/
H A DTokenLexer.cpp763 int RelOffs; local
764 if (!SM.isInSameSLocAddrSpace(CurLoc, NextLoc, &RelOffs))
768 if (RelOffs < 0 || RelOffs > 50)
789 int RelOffs = 0; local
790 SM.isInSameSLocAddrSpace(FirstLoc, Tok.getLocation(), &RelOffs);
791 Tok.setLocation(Expansion.getLocWithOffset(RelOffs));

Completed in 291 milliseconds