Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp1042 QualType newParamType = recurse(paramType); in VisitFunctionProtoType() local
1043 if (newParamType.isNull()) in VisitFunctionProtoType()
1046 if (newParamType.getAsOpaquePtr() != paramType.getAsOpaquePtr()) in VisitFunctionProtoType()
1049 paramTypes.push_back(newParamType); in VisitFunctionProtoType()
1336 QualType newParamType = paramType.substObjCTypeArgs( in VisitFunctionType() local
1338 if (newParamType.isNull()) in VisitFunctionType()
1341 if (newParamType.getAsOpaquePtr() != paramType.getAsOpaquePtr()) in VisitFunctionType()
1344 paramTypes.push_back(newParamType); in VisitFunctionType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp4592 QualType newParamType in mergeInterfaceMethodToImpl() local
4598 param->setType(newParamType); in mergeInterfaceMethodToImpl()