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 263 FileOffset CurOffs, CurEnd;
270 CurOffs = I->first;
273 CurEnd = CurOffs.getWithOffset(CurLen);
288 applyRewrite(receiver, StrVec.str(), CurOffs, CurLen, SourceMgr);
289 CurOffs = offs;
292 CurEnd = CurOffs.getWithOffset(CurLen);
295 applyRewrite(receiver, StrVec.str(), CurOffs, CurLen, SourceMgr);
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 139 milliseconds