Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DInlayHints.cpp324 auto *TemplateFunction = llvm::dyn_cast<FunctionDecl>(D->getDeclContext()); in getOnlyParamInstantiation() local
325 if (!TemplateFunction) in getOnlyParamInstantiation()
328 getOnlyInstantiation(TemplateFunction)); in getOnlyParamInstantiation()
333 for (auto *Param : TemplateFunction->parameters()) { in getOnlyParamInstantiation()
342 assert(ParamIdx < TemplateFunction->getNumParams() && in getOnlyParamInstantiation()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtypo-correction.cpp346 namespace TemplateFunction { namespace