Home
last modified time | relevance | path

Searched defs:getParameterIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1902 unsigned getParameterIndex() const { in getParameterIndex() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp12718 unsigned ASTContext::getParameterIndex(const ParmVarDecl *D) const { in getParameterIndex() function in ASTContext