Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp536 CharUnits unitBegin, unitEnd; in finish() local
539 unitBegin = getOffsetAtStartOfUnit(localBegin, unitSize); in finish()
540 unitEnd = unitBegin + unitSize; in finish()
548 Entries.push_back({unitBegin, unitEnd, entryTy}); in finish()