Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp538 CharUnits unitBegin, unitEnd; in finish() local
542 unitEnd = unitBegin + unitSize; in finish()
543 if (unitEnd >= localEnd) break; in finish()
550 Entries.push_back({unitBegin, unitEnd, entryTy}); in finish()