Searched defs:getParameterIndex (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | Decl.h | 1929 unsigned getParameterIndex() const { getParameterIndex() function |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | ASTContext.cpp | 12226 unsigned ASTContext::getParameterIndex(const ParmVarDecl *D) const { getParameterIndex() function in ASTContext |