Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5869 llvm::AttributeList oldAttrs = callSite->getAttributes(); in replaceUsesOfNonProtoConstant() local
5887 newArgAttrs.push_back(oldAttrs.getParamAttrs(argNo)); in replaceUsesOfNonProtoConstant()
5916 llvm::AttributeList::get(newFn->getContext(), oldAttrs.getFnAttrs(), in replaceUsesOfNonProtoConstant()
5917 oldAttrs.getRetAttrs(), newArgAttrs)); in replaceUsesOfNonProtoConstant()