Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp1052 QualType newParamType = recurse(paramType); in VisitFunctionProtoType() local
1053 if (newParamType.isNull()) in VisitFunctionProtoType()
1056 if (newParamType.getAsOpaquePtr() != paramType.getAsOpaquePtr()) in VisitFunctionProtoType()
1059 paramTypes.push_back(newParamType); in VisitFunctionProtoType()
1347 QualType newParamType = paramType.substObjCTypeArgs( in VisitFunctionType() local
1349 if (newParamType.isNull()) in VisitFunctionType()
1352 if (newParamType.getAsOpaquePtr() != paramType.getAsOpaquePtr()) in VisitFunctionType()
1355 paramTypes.push_back(newParamType); in VisitFunctionType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp4612 QualType newParamType in mergeInterfaceMethodToImpl() local
4618 param->setType(newParamType); in mergeInterfaceMethodToImpl()