Home
last modified time | relevance | path

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

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