Searched refs:CurOffs (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Edit/ |
D | EditedSource.cpp | 340 FileOffset CurOffs, CurEnd; in applyRewrites() local 347 CurOffs = I->first; in applyRewrites() 350 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites() 365 applyRewrite(receiver, StrVec, CurOffs, CurLen, SourceMgr, LangOpts); in applyRewrites() 366 CurOffs = offs; in applyRewrites() 369 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites() 372 applyRewrite(receiver, StrVec, CurOffs, CurLen, SourceMgr, LangOpts); in applyRewrites()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 5762 uint64_t CurOffs = 0; in getObjCEncodingForStructureImpl() local 5778 CurOffs += getTypeSize(VoidPtrTy); in getObjCEncodingForStructureImpl() 5791 assert(CurOffs <= CurLayObj->first); in getObjCEncodingForStructureImpl() 5792 if (CurOffs < CurLayObj->first) { in getObjCEncodingForStructureImpl() 5793 uint64_t padding = CurLayObj->first - CurOffs; in getObjCEncodingForStructureImpl() 5801 CurOffs += padding; in getObjCEncodingForStructureImpl() 5818 CurOffs += toBits(getASTRecordLayout(base).getNonVirtualSize()); in getObjCEncodingForStructureImpl() 5831 CurOffs += field->getBitWidthValue(*this); in getObjCEncodingForStructureImpl() 5842 CurOffs += getTypeSize(field->getType()); in getObjCEncodingForStructureImpl()
|