Searched refs:paramInfos (Results 1 – 3 of 3) sorted by relevance
623 ArrayRef<ExtParameterInfo> paramInfos,773 ArrayRef<ExtParameterInfo> paramInfos, in Profile() argument788 ID.AddBoolean(!paramInfos.empty()); in Profile()789 if (!paramInfos.empty()) { in Profile()790 for (auto paramInfo : paramInfos) in Profile()
121 llvm::SmallVectorImpl<FunctionProtoType::ExtParameterInfo> ¶mInfos, in addExtParameterInfosForCall() argument126 assert(paramInfos.size() <= prefixArgs); in addExtParameterInfosForCall()129 paramInfos.reserve(totalArgs); in addExtParameterInfosForCall()132 paramInfos.resize(prefixArgs); in addExtParameterInfosForCall()136 paramInfos.push_back(ParamInfo); in addExtParameterInfosForCall()139 paramInfos.emplace_back(); in addExtParameterInfosForCall()142 assert(paramInfos.size() <= totalArgs && in addExtParameterInfosForCall()145 paramInfos.resize(totalArgs); in addExtParameterInfosForCall()152 SmallVectorImpl<FunctionProtoType::ExtParameterInfo> ¶mInfos, in appendParameterTypes() argument156 assert(paramInfos.empty() && in appendParameterTypes()[all …]
268 ArrayRef<FunctionProtoType::ExtParameterInfo> paramInfos,