Home
last modified time | relevance | path

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

/external/clang/lib/Edit/
DEditedSource.cpp392 FileOffset CurOffs, CurEnd; in applyRewrites() local
399 CurOffs = I->first; in applyRewrites()
402 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
417 applyRewrite(receiver, StrVec, CurOffs, CurLen, SourceMgr, LangOpts); in applyRewrites()
418 CurOffs = offs; in applyRewrites()
421 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
424 applyRewrite(receiver, StrVec, CurOffs, CurLen, SourceMgr, LangOpts); in applyRewrites()
/external/clang/lib/AST/
DASTContext.cpp5923 uint64_t CurOffs = 0; in getObjCEncodingForStructureImpl() local
5939 CurOffs += getTypeSize(VoidPtrTy); in getObjCEncodingForStructureImpl()
5952 assert(CurOffs <= CurLayObj->first); in getObjCEncodingForStructureImpl()
5953 if (CurOffs < CurLayObj->first) { in getObjCEncodingForStructureImpl()
5954 uint64_t padding = CurLayObj->first - CurOffs; in getObjCEncodingForStructureImpl()
5962 CurOffs += padding; in getObjCEncodingForStructureImpl()
5979 CurOffs += toBits(getASTRecordLayout(base).getNonVirtualSize()); in getObjCEncodingForStructureImpl()
5992 CurOffs += field->getBitWidthValue(*this); in getObjCEncodingForStructureImpl()
6003 CurOffs += getTypeSize(field->getType()); in getObjCEncodingForStructureImpl()