Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp1388 unsigned ToParamIndex = std::min(TotalArgs, ParamsTo->size() - 1); in DiffTemplate() local
1390 NamedDecl *ToParamND = ParamsTo->getParam(ToParamIndex); in DiffTemplate()