Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1074 QualType newParamType = recurse(paramType); in VisitFunctionProtoType() local
1075 if (newParamType.isNull()) in VisitFunctionProtoType()
1078 if (newParamType.getAsOpaquePtr() != paramType.getAsOpaquePtr()) in VisitFunctionProtoType()
1081 paramTypes.push_back(newParamType); in VisitFunctionProtoType()
1369 QualType newParamType = paramType.substObjCTypeArgs( in VisitFunctionType() local
1371 if (newParamType.isNull()) in VisitFunctionType()
1374 if (newParamType.getAsOpaquePtr() != paramType.getAsOpaquePtr()) in VisitFunctionType()
1377 paramTypes.push_back(newParamType); in VisitFunctionType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4611 QualType newParamType in mergeInterfaceMethodToImpl() local
4617 param->setType(newParamType); in mergeInterfaceMethodToImpl()