Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDecl.cpp2450 const FunctionType *AdjustedType = New->getType()->getAs<FunctionType>(); in MergeFunctionDecl() local
2451 AdjustedType = Context.adjustFunctionType(AdjustedType, NewTypeInfo); in MergeFunctionDecl()
2452 New->setType(QualType(AdjustedType, 0)); in MergeFunctionDecl()