Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1178 QualType newParamType = recurse(paramType); in VisitFunctionProtoType() local
1179 if (newParamType.isNull()) in VisitFunctionProtoType()
1182 if (newParamType.getAsOpaquePtr() != paramType.getAsOpaquePtr()) in VisitFunctionProtoType()
1185 paramTypes.push_back(newParamType); in VisitFunctionProtoType()
1476 QualType newParamType = paramType.substObjCTypeArgs( in VisitFunctionType() local
1478 if (newParamType.isNull()) in VisitFunctionType()
1481 if (newParamType.getAsOpaquePtr() != paramType.getAsOpaquePtr()) in VisitFunctionType()
1484 paramTypes.push_back(newParamType); in VisitFunctionType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4619 QualType newParamType in mergeInterfaceMethodToImpl() local
4625 param->setType(newParamType); in mergeInterfaceMethodToImpl()