Searched defs:getParamDecl (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Sema/ | ||
H A D | CodeCompleteConsumer.cpp | 590 CodeCompleteConsumer::OverloadCandidate::getParamDecl(unsigned N) const { getParamDecl() function in CodeCompleteConsumer::OverloadCandidate |
/llvm-project/clang/include/clang/AST/ | ||
H A D | Decl.h | 2708 const ParmVarDecl *getParamDecl(unsigned i) const { getParamDecl() function |
H A D | DeclObjC.h | 377 ParmVarDecl *getParamDecl(unsigned Idx) { in getParamDecl() function |