Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Edit/
H A DEditedSource.cpp412 FileOffset CurOffs, CurEnd; in applyRewrites() local
419 CurOffs = I->first; in applyRewrites()
422 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
437 applyRewrite(receiver, StrVec, CurOffs, CurLen, SourceMgr, LangOpts, in applyRewrites()
439 CurOffs = offs; in applyRewrites()
442 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
445 applyRewrite(receiver, StrVec, CurOffs, CurLen, SourceMgr, LangOpts, in applyRewrites()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp8575 uint64_t CurOffs = 0; in getObjCEncodingForStructureImpl() local
8591 CurOffs += getTypeSize(VoidPtrTy); in getObjCEncodingForStructureImpl()
8604 assert(CurOffs <= CurLayObj->first); in getObjCEncodingForStructureImpl()
8605 if (CurOffs < CurLayObj->first) { in getObjCEncodingForStructureImpl()
8606 uint64_t padding = CurLayObj->first - CurOffs; in getObjCEncodingForStructureImpl()
8614 CurOffs += padding; in getObjCEncodingForStructureImpl()
8631 CurOffs += toBits(getASTRecordLayout(base).getNonVirtualSize()); in getObjCEncodingForStructureImpl()
8644 CurOffs += field->getBitWidthValue(*this); in getObjCEncodingForStructureImpl()
8653 CurOffs += getTypeSize(field->getType()); in getObjCEncodingForStructureImpl()