Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1128 QualType newParamType = recurse(paramType); in VisitFunctionProtoType() local
1129 if (newParamType.isNull()) in VisitFunctionProtoType()
1132 if (newParamType.getAsOpaquePtr() != paramType.getAsOpaquePtr()) in VisitFunctionProtoType()
1135 paramTypes.push_back(newParamType); in VisitFunctionProtoType()
1431 QualType newParamType = paramType.substObjCTypeArgs( in VisitFunctionType() local
1433 if (newParamType.isNull()) in VisitFunctionType()
1436 if (newParamType.getAsOpaquePtr() != paramType.getAsOpaquePtr()) in VisitFunctionType()
1439 paramTypes.push_back(newParamType); in VisitFunctionType()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4619 QualType newParamType in mergeInterfaceMethodToImpl() local
4625 param->setType(newParamType); in mergeInterfaceMethodToImpl()