Searched defs:VTTTy (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1185 QualType VTTTy = getContext().getPointerType(getContext().VoidPtrTy); local
1187 CallArg(RValue::get(VTT), VTTTy, /*needscopy=*/false));
1197 QualType VTTTy = getContext().getPointerType(getContext().VoidPtrTy); local
1208 VTT, VTTTy, nullptr, nullptr);

Completed in 153 milliseconds