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

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

Completed in 488 milliseconds