Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp410 FileOffset CurOffs, CurEnd; in applyRewrites() local
417 CurOffs = I->first; in applyRewrites()
420 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
435 applyRewrite(receiver, StrVec, CurOffs, CurLen, SourceMgr, LangOpts, in applyRewrites()
437 CurOffs = offs; in applyRewrites()
440 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
443 applyRewrite(receiver, StrVec, CurOffs, CurLen, SourceMgr, LangOpts, in applyRewrites()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9648 uint64_t CurOffs = 0; in getObjCEncodingForStructureImpl() local
9664 CurOffs += getTypeSize(VoidPtrTy); in getObjCEncodingForStructureImpl()
9677 assert(CurOffs <= CurLayObj->first); in getObjCEncodingForStructureImpl()
9678 if (CurOffs < CurLayObj->first) { in getObjCEncodingForStructureImpl()
9679 uint64_t padding = CurLayObj->first - CurOffs; in getObjCEncodingForStructureImpl()
9687 CurOffs += padding; in getObjCEncodingForStructureImpl()
9704 CurOffs += toBits(getASTRecordLayout(base).getNonVirtualSize()); in getObjCEncodingForStructureImpl()
9717 CurOffs += field->getBitWidthValue(); in getObjCEncodingForStructureImpl()
9726 CurOffs += getTypeSize(field->getType()); in getObjCEncodingForStructureImpl()