Searched refs:VoidPP (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGClass.cpp1761 QualType VoidPP = getContext().getPointerType(getContext().VoidPtrTy); local
1762 DelegateArgs.add(RValue::get(VTT), VoidPP); local
1766 assert((*I)->getType() == VoidPP && "skipping parameter not of vtt type");

Completed in 46 milliseconds