Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DEditedSource.cpp413 FileOffset CurOffs, CurEnd; in applyRewrites() local
420 CurOffs = I->first; in applyRewrites()
423 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
438 applyRewrite(receiver, StrVec, CurOffs, CurLen, SourceMgr, LangOpts, in applyRewrites()
440 CurOffs = offs; in applyRewrites()
443 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
446 applyRewrite(receiver, StrVec, CurOffs, CurLen, SourceMgr, LangOpts, in applyRewrites()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp7071 uint64_t CurOffs = 0; in getObjCEncodingForStructureImpl() local
7087 CurOffs += getTypeSize(VoidPtrTy); in getObjCEncodingForStructureImpl()
7100 assert(CurOffs <= CurLayObj->first); in getObjCEncodingForStructureImpl()
7101 if (CurOffs < CurLayObj->first) { in getObjCEncodingForStructureImpl()
7102 uint64_t padding = CurLayObj->first - CurOffs; in getObjCEncodingForStructureImpl()
7110 CurOffs += padding; in getObjCEncodingForStructureImpl()
7127 CurOffs += toBits(getASTRecordLayout(base).getNonVirtualSize()); in getObjCEncodingForStructureImpl()
7140 CurOffs += field->getBitWidthValue(*this); in getObjCEncodingForStructureImpl()
7151 CurOffs += getTypeSize(field->getType()); in getObjCEncodingForStructureImpl()