Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp535 CharUnits unitBegin, unitEnd; in finish() local
538 unitBegin = getOffsetAtStartOfUnit(localBegin, unitSize); in finish()
539 unitEnd = unitBegin + unitSize; in finish()
547 Entries.push_back({unitBegin, unitEnd, entryTy}); in finish()