Searched refs:CurOffs (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Edit/ |
D | EditedSource.cpp | 392 FileOffset CurOffs, CurEnd; in applyRewrites() local 399 CurOffs = I->first; in applyRewrites() 402 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites() 417 applyRewrite(receiver, StrVec, CurOffs, CurLen, SourceMgr, LangOpts); in applyRewrites() 418 CurOffs = offs; in applyRewrites() 421 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites() 424 applyRewrite(receiver, StrVec, CurOffs, CurLen, SourceMgr, LangOpts); in applyRewrites()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 6020 uint64_t CurOffs = 0; in getObjCEncodingForStructureImpl() local 6036 CurOffs += getTypeSize(VoidPtrTy); in getObjCEncodingForStructureImpl() 6049 assert(CurOffs <= CurLayObj->first); in getObjCEncodingForStructureImpl() 6050 if (CurOffs < CurLayObj->first) { in getObjCEncodingForStructureImpl() 6051 uint64_t padding = CurLayObj->first - CurOffs; in getObjCEncodingForStructureImpl() 6059 CurOffs += padding; in getObjCEncodingForStructureImpl() 6076 CurOffs += toBits(getASTRecordLayout(base).getNonVirtualSize()); in getObjCEncodingForStructureImpl() 6089 CurOffs += field->getBitWidthValue(*this); in getObjCEncodingForStructureImpl() 6100 CurOffs += getTypeSize(field->getType()); in getObjCEncodingForStructureImpl()
|