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

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp1330 unsigned ToParamIndex = std::min(TotalArgs, ParamsTo->size() - 1); local
1332 NamedDecl *ToParamND = ParamsTo->getParam(ToParamIndex);

Completed in 123 milliseconds