Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp811 QualType newParamType = recurse(paramType); in VisitFunctionProtoType() local
812 if (newParamType.isNull()) in VisitFunctionProtoType()
815 if (newParamType.getAsOpaquePtr() != paramType.getAsOpaquePtr()) in VisitFunctionProtoType()
818 paramTypes.push_back(newParamType); in VisitFunctionProtoType()
1127 QualType newParamType = paramType.substObjCTypeArgs( in substObjCTypeArgs() local
1131 if (newParamType.isNull()) in substObjCTypeArgs()
1134 if (newParamType.getAsOpaquePtr() != paramType.getAsOpaquePtr()) in substObjCTypeArgs()
1137 paramTypes.push_back(newParamType); in substObjCTypeArgs()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp4072 QualType newParamType in mergeInterfaceMethodToImpl() local
4078 param->setType(newParamType); in mergeInterfaceMethodToImpl()