Searched refs:ParameterNames (Results 1 – 5 of 5) sorted by relevance
391 NameVec ParameterNames = chooseParameterNames(ForwardedParams); in processCall() local396 if (isSetter(Callee, ParameterNames) || isSimpleBuiltin(Callee)) in processCall()399 for (size_t I = 0; I < ParameterNames.size() && I < Args.size(); ++I) { in processCall()407 StringRef Name = ParameterNames[I]; in processCall()551 NameVec ParameterNames; in chooseParameterNames() local557 ParameterNames.emplace_back(); in chooseParameterNames()567 ParameterNames.emplace_back(SimpleName); in chooseParameterNames()573 for (auto &Name : ParameterNames) in chooseParameterNames()576 return ParameterNames; in chooseParameterNames()
303 llvm::Optional<Located<bool>> ParameterNames; member
576 if (F.ParameterNames) in compile()578 [Value(**F.ParameterNames)](const Params &, Config &C) { in compile()
241 F.ParameterNames = *Value; in parse()
246 EXPECT_THAT(Results[0].InlayHints.ParameterNames, llvm::ValueIs(val(true))); in TEST()