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

/external/clang/lib/Sema/
H A DSemaDecl.cpp1978 const FunctionType *NewFuncType = NewQType->getAs<FunctionType>(); local
1980 if (isa<FunctionNoProtoType>(NewFuncType) &&
1987 NewQType = Context.getFunctionType(NewFuncType->getResultType(),

Completed in 34 milliseconds