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

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

Completed in 122 milliseconds