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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp96 static const ParmVarDecl *getFunctionOrMethodParam(const Decl *D, function
117 if (auto *PVD = getFunctionOrMethodParam(D, Idx))
6571 auto *PVD = const_cast<ParmVarDecl *>(getFunctionOrMethodParam(D, I));

Completed in 129 milliseconds