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

/external/clang/lib/CodeGen/
H A DCGExpr.cpp1988 QualType NoProtoType = local
1990 NoProtoType = CGF.getContext().getPointerType(NoProtoType);
1991 V = CGF.Builder.CreateBitCast(V, CGF.ConvertType(NoProtoType));

Completed in 65 milliseconds