HomeSort by relevance Sort by last modified time
    Searched defs:CurLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGDebugInfo.h 50 SourceLocation CurLoc, PrevLoc;
  /external/clang/lib/Lex/
TokenLexer.cpp 684 SourceLocation CurLoc = FirstLoc;
699 if (!SM.isInSameSLocAddrSpace(CurLoc, NextTok->getLocation(), &RelOffs))
705 CurLoc = NextTok->getLocation();

Completed in 37 milliseconds