Home
last modified time | relevance | path

Searched defs:getParamDecl (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp586 CodeCompleteConsumer::OverloadCandidate::getParamDecl(unsigned N) const { in getParamDecl() function in CodeCompleteConsumer::OverloadCandidate
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.h366 const clang::ParmVarDecl *getParamDecl(unsigned I) const { in getParamDecl() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2770 const ParmVarDecl *getParamDecl(unsigned i) const { in getParamDecl() function
2774 ParmVarDecl *getParamDecl(unsigned i) { in getParamDecl() function
4686 const ParmVarDecl *getParamDecl(unsigned i) const { in getParamDecl() function
4690 ParmVarDecl *getParamDecl(unsigned i) { in getParamDecl() function
H A DDeclObjC.h377 ParmVarDecl *getParamDecl(unsigned Idx) { in getParamDecl() function
381 const ParmVarDecl *getParamDecl(unsigned Idx) const { in getParamDecl() function