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

  /external/clang/lib/CodeGen/
CGDebugInfo.h 51 SourceLocation CurLoc, PrevLoc;
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 298 SourceLocation CurLoc = Stack[I].second;
299 emitBuildingModuleLocation(CurLoc,
300 CurSM.getPresumedLoc(CurLoc,
  /external/clang/lib/Lex/
TokenLexer.cpp 738 SourceLocation CurLoc = FirstLoc;
753 if (CurLoc.isFileID() != NextLoc.isFileID())
757 if (!SM.isInSameSLocAddrSpace(CurLoc, NextLoc, &RelOffs))
763 CurLoc = NextLoc;

Completed in 132 milliseconds