Searched defs:AllocaHolderHandle (Results 1 – 1 of 1) sorted by relevance
40 friend class AllocaHolderHandle; variable58 AllocaHolderHandle() : H(new AllocaHolder()) { H->RefCnt++; } in AllocaHolderHandle() function59 AllocaHolderHandle(const AllocaHolderHandle &AH) : H(AH.H) { H->RefCnt++; } in AllocaHolderHandle() function