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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp2675 const FunctionType *NewFuncType = NewQType->getAs<FunctionType>(); local
2677 if (MergeTypeWithOld && isa<FunctionNoProtoType>(NewFuncType) &&
2684 NewQType = Context.getFunctionType(NewFuncType->getResultType(),

Completed in 65 milliseconds