Searched refs:CurOffs (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Edit/ |
H A D | EditedSource.cpp | 412 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()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 9045 uint64_t CurOffs = 0; in getObjCEncodingForStructureImpl() local 9061 CurOffs += getTypeSize(VoidPtrTy); in getObjCEncodingForStructureImpl() 9074 assert(CurOffs <= CurLayObj->first); in getObjCEncodingForStructureImpl() 9075 if (CurOffs < CurLayObj->first) { in getObjCEncodingForStructureImpl() 9076 uint64_t padding = CurLayObj->first - CurOffs; in getObjCEncodingForStructureImpl() 9084 CurOffs += padding; in getObjCEncodingForStructureImpl() 9101 CurOffs += toBits(getASTRecordLayout(base).getNonVirtualSize()); in getObjCEncodingForStructureImpl() 9114 CurOffs += field->getBitWidthValue(*this); in getObjCEncodingForStructureImpl() 9123 CurOffs += getTypeSize(field->getType()); in getObjCEncodingForStructureImpl()
|