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

/external/clang/lib/Sema/
H A DSemaDecl.cpp3048 const FunctionType *NewFuncType = NewQType->getAs<FunctionType>(); local
3050 if (MergeTypeWithOld && isa<FunctionNoProtoType>(NewFuncType) &&
3057 Context.getFunctionType(NewFuncType->getReturnType(), ParamTypes,

Completed in 72 milliseconds