HomeSort by relevance Sort by last modified time
    Searched refs:isInSameSLocAddrSpace (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Lex/
TokenLexer.cpp 699 if (!SM.isInSameSLocAddrSpace(CurLoc, NextTok->getLocation(), &RelOffs))
712 SM.isInSameSLocAddrSpace(FirstLoc, LastConsecutiveTok.getLocation(),
725 SM.isInSameSLocAddrSpace(FirstLoc, Tok.getLocation(), &RelOffs);
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 57 if (!SM.isInSameSLocAddrSpace(AfterMacroLoc, SemiLoc, &RelOffs))
  /external/clang/include/clang/Basic/
SourceManager.h     [all...]

Completed in 1294 milliseconds