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

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

Completed in 101 milliseconds