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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp267 static RValue AdjustObjCObjectType(CodeGenFunction &CGF, QualType ExpT, argument
269 if (!ExpT->isObjCRetainableType())
273 llvm::Type *ExpLLVMTy = CGF.ConvertType(ExpT);

Completed in 106 milliseconds