Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTypeLocBuilder.cpp75 size_t RequiredCapacity = Capacity + (LocalSize - Index); in pushImpl() local
77 while (RequiredCapacity > NewCapacity) in pushImpl()