Home
last modified time | relevance | path

Searched refs:CurOffs (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Edit/
DEditedSource.cpp332 FileOffset CurOffs, CurEnd; in applyRewrites() local
339 CurOffs = I->first; in applyRewrites()
342 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
357 applyRewrite(receiver, StrVec.str(), CurOffs, CurLen, SourceMgr, LangOpts); in applyRewrites()
358 CurOffs = offs; in applyRewrites()
361 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
364 applyRewrite(receiver, StrVec.str(), CurOffs, CurLen, SourceMgr, LangOpts); in applyRewrites()
/external/clang/lib/AST/
DASTContext.cpp5638 uint64_t CurOffs = 0; in getObjCEncodingForStructureImpl() local
5654 CurOffs += getTypeSize(VoidPtrTy); in getObjCEncodingForStructureImpl()
5667 assert(CurOffs <= CurLayObj->first); in getObjCEncodingForStructureImpl()
5668 if (CurOffs < CurLayObj->first) { in getObjCEncodingForStructureImpl()
5669 uint64_t padding = CurLayObj->first - CurOffs; in getObjCEncodingForStructureImpl()
5677 CurOffs += padding; in getObjCEncodingForStructureImpl()
5693 CurOffs += toBits(getASTRecordLayout(base).getNonVirtualSize()); in getObjCEncodingForStructureImpl()
5706 CurOffs += field->getBitWidthValue(*this); in getObjCEncodingForStructureImpl()
5716 CurOffs += getTypeSize(field->getType()); in getObjCEncodingForStructureImpl()