Home
last modified time | relevance | path

Searched refs:getParameterIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1783 return getParameterIndex(); in getFunctionScopeIndex()
1902 unsigned getParameterIndex() const { in getParameterIndex() function
H A DASTContext.h3221 unsigned getParameterIndex(const ParmVarDecl *D) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3022 return getASTContext().getParameterIndex(this); in getParameterIndexLarge()
H A DASTContext.cpp12718 unsigned ASTContext::getParameterIndex(const ParmVarDecl *D) const { in getParameterIndex() function in ASTContext