Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp590 CodeCompleteConsumer::OverloadCandidate::getParamDecl(unsigned N) const { in getParamDecl() function in CodeCompleteConsumer::OverloadCandidate
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2666 const ParmVarDecl *getParamDecl(unsigned i) const { getParamDecl() function
2670 ParmVarDecl *getParamDecl(unsigned i) { getParamDecl() function
4553 const ParmVarDecl *getParamDecl(unsigned i) const { getParamDecl() function
4557 ParmVarDecl *getParamDecl(unsigned i) { getParamDecl() function
H A DDeclObjC.h377 ParmVarDecl *getParamDecl(unsigned Idx) { in getParamDecl() function
381 const ParmVarDecl *getParamDecl(unsigned Idx) const { in getParamDecl() function