Home
last modified time | relevance | path

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

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