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

  /external/clang/lib/Edit/
EditedSource.cpp 266 FileOffset CurOffs, CurEnd;
273 CurOffs = I->first;
276 CurEnd = CurOffs.getWithOffset(CurLen);
291 applyRewrite(receiver, StrVec.str(), CurOffs, CurLen, SourceMgr);
292 CurOffs = offs;
295 CurEnd = CurOffs.getWithOffset(CurLen);
298 applyRewrite(receiver, StrVec.str(), CurOffs, CurLen, SourceMgr);
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 543 milliseconds