Searched refs:TemplateFunction (Results 1 – 2 of 2) sorted by relevance
324 auto *TemplateFunction = llvm::dyn_cast<FunctionDecl>(D->getDeclContext()); in getOnlyParamInstantiation() local325 if (!TemplateFunction) in getOnlyParamInstantiation()328 getOnlyInstantiation(TemplateFunction)); in getOnlyParamInstantiation()333 for (auto *Param : TemplateFunction->parameters()) { in getOnlyParamInstantiation()342 assert(ParamIdx < TemplateFunction->getNumParams() && in getOnlyParamInstantiation()
346 namespace TemplateFunction { namespace