Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DNamedParameterCheck.cpp82 const ParmVarDecl *FirstParm = in check() local
84 auto D = diag(FirstParm->getLocation(), in check()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclTemplate.cpp160 const NamedDecl *FirstParm = getParam(0); in getDepth() local
161 if (const auto *TTP = dyn_cast<TemplateTypeParmDecl>(FirstParm)) in getDepth()
163 else if (const auto *NTTP = dyn_cast<NonTypeTemplateParmDecl>(FirstParm)) in getDepth()
166 return cast<TemplateTemplateParmDecl>(FirstParm)->getDepth(); in getDepth()