Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DAttr.h72 inline const ParmVarDecl *getFunctionOrMethodParam(const Decl *D, in getFunctionOrMethodParam() function
93 if (auto *PVD = getFunctionOrMethodParam(D, Idx)) in getFunctionOrMethodParamRange()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSwift.cpp212 const ParmVarDecl *HandlerParam = getFunctionOrMethodParam( in checkSwiftAsyncErrorBlock()
686 getFunctionOrMethodParam(D, Idx.getASTIndex()); in handleAsyncAttr()
H A DSemaObjC.cpp2242 auto *PVD = const_cast<ParmVarDecl *>(getFunctionOrMethodParam(D, I)); in handleExternallyRetainedAttr()