Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp2211 const FunctionType *NewFuncType = NewQType->getAs<FunctionType>(); in MergeFunctionDecl() local
2213 if (isa<FunctionNoProtoType>(NewFuncType) && in MergeFunctionDecl()
2220 NewQType = Context.getFunctionType(NewFuncType->getResultType(), in MergeFunctionDecl()